Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.0 DXP SP2, 7.0.X EE, Master
-
4
-
Workflow #07 - April 10 - 21, Workflow #08 - Apr 24 - May 05
Description
Reviewers of a parent organization should be able to review content produced on a child organization. Right now, it is not possible.
Steps to reproduce
Setting up users and organizations
- Create an organization called "Parent Organization"
- Create an organization called "Child Organization" that
- has "Parent Organization" as its parent; and
- has a site.
- Create an user with screen name "parent.org.user".
- Make "parent.org.user" member of "Parent Organization."
- Give "parent.org.user" the role "Organization Content Reviewer" under "Parent Organization."
- Set a password for "parent.org.user"
- Create an user with screen name "child.org.user".
- Make it member of "Child Organization"
- Give "child.org.user" the role "Organization Administrator" under "Child Organization"
- Set a password for "child.org.user"
Setting up workflow
- Go to Control Panel > Configuration > Workflow Definition.
- Click in the "+" FAB.
- Give a title to the new Workflow Definition (we will use the rather verbose "Parent Organization Reviewer should review Child Organization Content" title here.)
- Select the attached file parent-org-reviewer-should-review-child-org-content_FIXED.xml
as the workflow definition.
- Click in "Save."
- Go to Control Panel > Configuration > Workflow Configuration.
- In the "Blogs Entry" row, click in the kebab menu and then click in "Edit."
- Select the workflow definition we created just before.
- Click in "Save."
Running the workflow process
- Log in with "child.org.user"
- Go to the "Child Organization" site.
- In the left menu, go to "Child Organization" > Content > Blogs.
- Click in the "+" FAB.
- Give the entry a title (e.g. "test post").
- Add some content to the blog entry.
- Submit the blog entry for publication.
- Log out.
- Log in with "parent.org.user"
- Go to My Account > My Workflow Tasks.
- Click in "Assigned to my roles."
Expected results
- In the last step, the "test post" would appear as a pending task.
- Notification sent to parent.org.user
Actual results
- In the last step, no workflow task to the role is found.
- Notification is sent to child.org.user.