Project

General

Profile

Actions

Bug #99828

open

Misleading note "Slugs updated" with automatic generation of redirects only

Added by Benjamin Robinson over 1 year ago. Updated over 1 year ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
SEO
Target version:
-
Start date:
2023-02-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

message.png (33.4 KB) message.png Benjamin Robinson, 2023-02-04 16:34
Actions #1

Updated by Stefan Bürk over 1 year 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.

Actions

Also available in: Atom PDF