Changes in detailviewdefs.php have no effect

You can find a file for legacy.module_routing at the below location.

config/services/module/module_routing.yaml

You can change the module to legacy by setting it to false.


   contacts:
      index: true // true means suite 8 view
      list: true
      record: false // false means classic view

github.com

salesagility/SuiteCRM-Core/blob/hotfix/config/services/module/module_routing.yaml

parameters:
  legacy.module_routing:
    home:
      index: false
      list: false
      record: false
    saved-search:
      index: true
      list: true
      record: false
    calls-reschedule:
      index: true
      list: true
      record: false
    calls:
      index: true
      list: true
      record: false
    tasks:
      index: true

This file has been truncated. show original