-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.5-SNAPSHOT
-
Fix Version/s: 5.5
-
Component/s: Publishing
We need to use the current user to filter the validaton tasks in publication workflow.
NXP-8094 is a side effect of this bug.
Indeed, if a user submits a doc to publication, as the validation tasks are not filtered with the current user, the CoreProxyWithWorkflowFactory considers that this user has validation tasks (since a task actually exists, but assigned to Administrator), so the "Publish/Reject" buttons are displayed in the summary tab of the proxy.
See <h:panelGroup rendered="#{publishActions.hasValidationTask()}"> in publication_widget_template.xhtml.
- is required by
-
NXP-8094 User who submits the document can approve publishing
- Resolved