Feature #7693
closedMinor UI improvements
0%
Description
There are several small things that could be improved:
- upper range of the default time window is rounded down, which means that for example in the event search, the latest events are not shown
- all show views have a title, which is quite unnecessary, because there are breadcrumbs above the title, so the title could be removed in all show views and possibly in other views
- breadcrumbs in reporting settings are 'Home / Group management / Show / Show', which is obviously not very helpful
- system perfomance module could possibly be moved from 'More' section in menu to 'Administration' section, because there is already a submenu for 'System overview' in 'Administration' section of the menu
Updated by Jakub Judiny about 1 year ago
- Status changed from In Progress to Resolved
Updated by Rajmund Hruška 11 months ago
- Status changed from Resolved to Feedback
Related to 79e2fad9, I think there is probably a mistake in this module. This view is accessible to everyone who is authenticated (there is no authorization). So even users with only role 'user' can access this page, if they know the correct URL. Furthermore, users with role 'developer' can see the "More" menu, which originally contained a link to that page, but those users can't see "Administration" menu, where it was moved in 79e2fad9.
So I think it makes sense to add authorization and only allow users with roles 'maintainer' or 'admin'.
Updated by Jakub Judiny 11 months ago
- Assignee changed from Jakub Judiny to Jakub Maloštik
Updated by Jakub Judiny 10 months ago
- Status changed from Feedback to Resolved
- Assignee changed from Jakub Maloštik to Jakub Judiny
Updated by Rajmund Hruška 10 months ago
- Status changed from Resolved to In Review