-
Bug
-
Resolution: Done
-
Critical
-
6.2.0
-
None
Description of problem:
Once a user opens Tasks List in business-central, Tasks List filters (multigrid-preferences/DataSetTaskListGrid in user's branch in system.git) are initialized with the user's roles. But those filters are not updated when user's roles are changed later on. So from user's point of view, even after adding a valid role to the user, Tasks List doesn't show tasks.
Steps to Reproduce:
1. Start BPMS
2. Log in as bpmsAdmin
3. Go to [Tasks]->[Tasks List] (This initializes the filters)
4. Go to [Authoring]->[Administration]
5. Clone the attached reproducer-repo.zip
6. Confirm that "Task1" in "helloProcess" has 'mygroup' in "Groups" attribute.
7. Build&Deploy
8. Go to [Process Management]->[Process Definitions]. Start "helloProcess".
9. Go to [Tasks]->[Tasks List]. "Active" tab lists nothing. It's okay.
10. Stop BPMS
11. Add a group 'mygroup' to bpmsAdmin using add-user.sh
12. Start BPMS
13. Go to [Tasks]->[Tasks List].
Actual results:
"Active" tab lists nothing
Expected results:
"Active" tab lists a Task.
Additional info:
After the step 13, pressing "Restore default filters" button re-creates the filters with the current roles. So it can be a workaround. But it's difficult for users to know when they should press it.
- blocks
-
RHBPMS-688 [GSS] (6.2.z) Default Tasks List filters doesn't keep up with user's roles changes
- Verified
- is duplicated by
-
RHBPMS-688 [GSS] (6.2.z) Default Tasks List filters doesn't keep up with user's roles changes
- Verified