Custom menu items
This is to revist #165 (closed) idea. We would like to add some additional menu items to the main navigation (e.g. link to the institute website).
The additional main menu elements are stored as AppResource entries with { appName: 'GGCE', formName: 'mainMenu', appResourceName: 'link' }. Multiple entries have different sortOrder and are displayed by this order.
| appName | formName | appResourceName | sortOrder | title | displayMember | description |
|---|---|---|---|---|---|---|
| GGCE | mainMenu | link | 0 | Intranet | httpx://intranet.local | Visit the intranet |
| GGCE | mainMenu | link | 1 | Public website | httpx://www.institute | Go to the website |
These menu items are displayed in the same section as "External reports", just after "External reports" link.
Admin > Custom menu items
Similar to #795 (closed), add the UI for managing these links.
Edited by Matija Obreza