Disable automatic redirects for certain document types #22555
bjarnef
started this conversation in
Features and ideas
Replies: 2 comments 6 replies
-
|
Basically the redirect tracking should simply not track nodes without a template. |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Just wanted to share here this PR #22985, that we are planning for 18.1. We'll provide via this notifications like you have for other entities, allowing cancellation of redirect creation using a custom notification handler. With that it's possible to provide the logic you need to decide whether a redirect should be created - can look to see if a template is assigned, can look for what the document type is etc. - and avoids, for now, any further UI. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Automatic redirects are great when renaming or moving nodes.
However often we have content nodes to hold data, where redirects don't matter, e.g. some categories, settings, etc.
Besides that redirects dashboard allow to delete single redirects one at the time.
Any reason this can't use a collection with options to select multiple redirects at one to delete?
Beta Was this translation helpful? Give feedback.
All reactions