uoa-admin-tools/src/main/java/eu/dnetlib/uoaadmintools/services
Konstantina Galouni 4f62befa74 [Admin Tools | log4j2]: Allow curators with profile to be invisible in the Gateway | Dynamically align custom menu.
1. Curator.java & CuratorResponse.java: Added field private boolean visible = true; to allow curators have a profile but not be visible in the Gateway.
2. CuratorService.java: In method "getCurators()" called by /{pid}/curator, return curators that have a profile and the profile is visible.
3. MenuAlignment.java: Enum created for menu alignment options.
4. Menu.java & MenuFull.java: Added field public MenuAlignment featuredAlignment = MenuAlignment.CENTER; to allow dynamic alignment of the Gateway custom menu.
5. MenuController.java: Added api method "alignMenu()" (/community/{pid}/menu/align), to change alignment of the custom menu.
6. MenuService.java: Added method "alignMenu()" | Set featuredAlignment field (default to "CENTER").
2022-12-09 15:01:00 +02:00
..
CuratorService.java [Admin Tools | log4j2]: Allow curators with profile to be invisible in the Gateway | Dynamically align custom menu. 2022-12-09 15:01:00 +02:00
LayoutService.java Updated parent in pom.xml and moved to log4j2 2022-10-07 13:38:56 +03:00
ManagerService.java [Admin Tools | Trunk]: pom.xml: Increased version to 2.0.3 | ManagerService.java: Change response in method "getManagers()" to get them via role management instead of user management. 2022-07-29 09:45:45 +00:00
MenuService.java [Admin Tools | log4j2]: Allow curators with profile to be invisible in the Gateway | Dynamically align custom menu. 2022-12-09 15:01:00 +02:00
NotificationsService.java Updated parent in pom.xml and moved to log4j2 2022-10-07 13:38:56 +03:00
StatisticsService.java Updated parent in pom.xml and moved to log4j2 2022-10-07 13:38:56 +03:00
SubscriberService.java Updated parent in pom.xml and moved to log4j2 2022-10-07 13:38:56 +03:00