Ticket #13580 (confirmed Bug)
"Policy" menu of CMFPlacefulWorkflow is broken when current folder has a default page
Reported by: | keul | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.x |
Component: | General | Version: | 4.2 |
Keywords: | workflow | Cc: | keul |
Description
Plone: 4.2.5 (CMFPlacefulworkflow 1.5.9)
When the current folder has a default page, the Policy menu is broken: it add the ".wf_policy_config" in the site root.
How to reproduce:
- access the default Plone "events" folder
- Click on "policy" ( http://localhost:8080/Plone/events/aggregator/placeful_workflow_configuration)
- Click on "Add local workflow" link (the URL is: http://localhost:8080/Plone/placeful_workflow_configuration_add)
- The PW object is created in the site root, with a warning message and no configuration is possible
How to let it works:
- access the default Plone "events" folder
- click on "Contents" tab
- Click on "policy" ( http://localhost:8080/Plone/events/placeful_workflow_configuration)
- Click on "Add local workflow" link (the URL is: http://localhost:8080/Plone/events/placeful_workflow_configuration_add)
- Configurations can run normally
Change History
comment:2 Changed 3 years ago by kleist
- Status changed from new to confirmed
- Keywords workflow added
- Component changed from Unknown to General
Note: See
TracTickets for help on using
tickets.