
|
If you were logged in you would be able to see more operations.
|
|
|
|
When contributors go to request approval, they receive a message that there are no approvers in the system (when in fact there are plenty of publishers).
core/packages/farcry/_workflow/getObjectApprovers.cfm (line 62)
Deprecated code in that file is looking for the deprecated permission "Approve" when it should be looking for a type permission.
|
|
Description
|
When contributors go to request approval, they receive a message that there are no approvers in the system (when in fact there are plenty of publishers).
core/packages/farcry/_workflow/getObjectApprovers.cfm (line 62)
Deprecated code in that file is looking for the deprecated permission "Approve" when it should be looking for a type permission. |
Show » |
|
1. Login to webtop as a sys-admin
2. edit roles (under admin tab)
3. edit publisher role (or equivalent if you're using a custom role for content approvers)
4. go to permission step and apply the "Approve" permission (create it if it doesn't exist. Spelling is critical)
That's a quick temp fix that should get you up and running until the code is updated/fixed.