Go to file
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
src [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
.gitignore Adding make.sh to .gitignore 2022-08-31 16:49:05 +03:00
bug_fix_db.js All files moved to /trunk directory (improving project structure in svn). 2020-03-31 12:02:29 +00:00
deployments.txt All files moved to /trunk directory (improving project structure in svn). 2020-03-31 12:02:29 +00:00
init_db.js [Admin Tools | Trunk]: Add on scripts new FAQs page. 2020-04-24 16:39:09 +00:00
migrateCommunityIn_db.js [Trunk | Admin Tools]: 2021-02-25 10:18:49 +00:00
pom.xml Fix scm developer correction url 2022-10-20 10:51:34 +03:00
synchronize_dbs.js [Trunk | Admin tools]: synchronize_dbs.js & migrateCommunityIn_db.js: Add auth commands for dbs with credentials. 2020-12-04 09:41:00 +00:00
update_db.js [Trunk | Admin Tools Service]: 2021-09-15 22:02:16 +00:00