Feature: #89090 - Reports for conflicting redirects¶
See forge#89090
Description¶
A new Symfony command has been introduced that detects redirects that conflict with pages. The command is marked as schedulable, thus it can be created as a scheduler task.
Impact¶
If EXT:scheduler and EXT:reports are installed, the redirect status may be checked and presented as an additional report.
The command may be executed via CLI by invoking ./
. The command
accepts the option --
which takes a site identifier to take the pages of that site into consideration only.