SuiteCRM-Core/config
Clemente Raposo f10cc2812f Display selected module on navbar
- 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
2021-03-30 19:21:35 +01:00
..
packages Create a UserChecker for pre/post authentication security 2021-03-30 19:21:35 +01:00
routes Add Suite-8 user authentication 2021-03-30 19:21:31 +01:00
services Display selected module on navbar 2021-03-30 19:21:35 +01:00
bootstrap.php Update and audit existing project dependencies for Symfony/Flex. 2021-03-30 19:21:31 +01:00
bundles.php Add Angular CSRF protection 2021-03-30 19:21:31 +01:00
services.yaml Display selected module on navbar 2021-03-30 19:21:35 +01:00