Actions
Feature #90298
closedImprove user info in beuser module
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2020-02-02
Due date:
% Done:
100%
Estimated time:
PHP Version:
7.3
Tags:
Complexity:
Sprint Focus:
Description
The user information in the beuser module is currently very basic and doesn't support most of the features used in the CMS:
- The info modale is just using
ElementInformationController
and doesn't show any user information saved in a usergroup added to the user - The compare view only compares settings defined in the user itself and hides everything which is saved in a usergroup record.
Desired features
- Show all information of the user, no matter where those are set
- make it possible to really compare users, no matter where the settings are set
This makes it also easier for integrators to setup permissions as there is now 1 place showing all relevant information.
Actions