mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-13 01:04:24 +08:00
Add ClassicView redirection exclusions
- Add configurable exclusions by module / action on the backend -- Add ClassicViewRoutingExclusionsHandler to grab these from legacy -- Expose these as system configs to the frontend - Update redirect check to classic view -- Do not re-direct when same route (example, for listview filtering) -- Do not re-direct when route is excluded -- Do not re-direct when not able to convert route - Update unit tests
This commit is contained in:
parent
e228f0891c
commit
fb359cd5f6
8 changed files with 335 additions and 36 deletions
|
@ -8,3 +8,4 @@ parameters:
|
|||
default_theme: true
|
||||
module_name_map: true
|
||||
action_name_map: true
|
||||
classicview_routing_exclusions: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue