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:
Clemente Raposo 2020-05-20 17:27:30 +01:00 committed by Dillon-Brown
parent e228f0891c
commit fb359cd5f6
8 changed files with 335 additions and 36 deletions

View file

@ -8,3 +8,4 @@ parameters:
default_theme: true
module_name_map: true
action_name_map: true
classicview_routing_exclusions: true