Actions
Improvement #661
closedRemove empty frames on a dasboard if the user is not allowed to see the contents
Start date:
Due date:
% Done:
100%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
If there are some dashboard contents which can be accessed by a user who is not allowed to read them then the contents won't be displayed. However, the frames of the box layout is visible. In such a case the frames should also not be displayed.
Files
Updated by liaham about 3 years ago
- Assignee set to liaham
- Target version changed from 1.0.0 to 0.1.0
Updated by liaham about 3 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Updated by liaham about 3 years ago
- Status changed from Closed to New
- % Done changed from 100 to 0
Updated by liaham about 3 years ago
- Related to Improvement #687: Add a border on each block instead of the drop area added
Updated by liaham about 3 years ago
- Status changed from New to Rejected
- % Done changed from 0 to 100
Updated by liaham about 3 years ago
- Status changed from Rejected to Closed
Generally, the permissions are designed to allow only users logged into the system to view a dashboard. With this design in hand the frame will only be added when the current user is logged. That is, for a system set up where no authentication is required an anonymous user would see a blank welcome page.
Actions