Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Current situation
- A user that does not have the permission order:view:status will receive the messag "Access Denied" when accessing the dashboard. The reason for this is that that the url jobs/overview/summary} checks this permission instead of {{job:view:status.
How to reproduced
- Login to JOC Cockpit.
- Go to manage Accounts option.
- Click on JobScheduler Master tab.
- Click on the roles for the current user.
- Remove all permission from JOC Cockpit for orders.
- Logout and Login to the JOC Cockpit for update the changes.
- Click on the Dashboard view the error message "Access Denied" will displayed.
Desired Behaviour
- The url jobs/overview/summary should check the permission job:view:status instead of order:view:status.