diff --git a/Tests/Resources/app/config/routingautoroute.yml b/Tests/Resources/app/config/routingautoroute.yml index 55bc061..b2de1a5 100644 --- a/Tests/Resources/app/config/routingautoroute.yml +++ b/Tests/Resources/app/config/routingautoroute.yml @@ -61,6 +61,3 @@ cmf_routing_auto: provider: [ content_method, { method: getTitle } ] exists_action: [ auto_increment, { pattern: -%d } ] not_exists_action: [ create ] - on_content_change: - - [ remove_orphans ] - - [ leave_redirect, { option_1: foo } ]