Bug #99828
openMisleading note "Slugs updated" with automatic generation of redirects only
0%
Description
With the following configuration, redirections are created automatically when slugs are changed manually. Slugs of the subpages are not adjusted automatically.
settings:
redirects:
autoUpdateSlugs: false
autoCreateRedirects: true
redirectTTL: 0
httpStatusCode: 301
In the message that appears, it is incorrectly stated that slugs of the sub-pages have also been automatically adjusted, which is not the case according to the settings:
Slugs updated and redirects created
Because you renamed a slug, the slugs of all sub-pages were updated and redirects were created for you automatically.
[Revert redirects only]
Files
Updated by Stefan Bürk almost 2 years ago
Thanks for the report. We had it already on the todo list to rethink the
displayed message, especially for non-technical people. This more static
message not taking into account of the constellation of flags used is not
really helpfull. Technicall, it also do not check if slugs has been realy
changed or redirects added, it's simply based on the current configured
settings.