Actions
Improvement #861
closedRefactor permission and visibility checks of dashboards
Start date:
Due date:
% Done:
100%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
Some method names and usages w.r.t. dashboard visibility and permissions are misleading. For instance, there will be used public
either for public dashboards or for all dashboard which are not private. The latter means role based and public dashboards.
Then visibility is also depended of editability. This should be strictly separated from each other.
Actions