mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2026-07-26 22:39:11 +08:00
- Add current module and action to AppState - Calculate current module and action in BaseModuleResolver -- Add logic to show current module as active on --- import and find duplicates - Update legacy handler method to retrieve available modules -- Also send invisible modules, to --- Allow to display invisible modules as the selected module -- Update module name mape - Retrieve number of navbar items from backed - Fix grouped tab links - Simplify navbar abstract by simplifying parameters -- passing language map instead of individual language -- passing navigation object instead of individual parts - Create smaller components for repeated parts of navbar -- grouped-menu-item -- menu-item -- menu-item-link -- menu-item-list -- home-menu-item -- home-menu-recently-viewed - Removing "jsdoc/no-types" from eslint -- To avoid conflicts with jsdoc/require-param-type
6 lines
139 B
YAML
6 lines
139 B
YAML
parameters:
|
|
legacy.frontend_excluded_modules:
|
|
- EmailText
|
|
- TeamMemberships
|
|
- TeamSets
|
|
- TeamSetModule
|