I am utilizing a drupal config including subdomains and File Aliases to place files within the required file system hierarchy. It appears that when I enable the Workflow-Extensions module, which I would like to use to provide workflow-state-age reminders, the system will not commit the file attachment to the node. The file is uploaded to the Temp directory, but is not placed within the proper directory based on node type and attached to the created/edited node.

Pathauto 6.x-2.0-alpha3
FileField Paths 6.x-1.4
File Aliases 6.x-1.1
Workflow 6.x-1.5

Comments

rdeboer’s picture

Strange that the upload facility would be affected by Workflow Extensions....

If all you want to do is workflow state age reminders, then you don't need Workflow Extensions, if you're willng to use a tiny amount of PHP, as described on the project page.

rdeboer’s picture

Status: Active » Closed (cannot reproduce)