Project

General

Profile

Bug #89450

Updated by Arne-Kolja Bachstein over 4 years ago

Scenario: 

 * Page "My Page" Page shows a detail view of a single record, e.g. "My News". 
 * Slug is generated as "/my-page/my-news". 
 * Editor adds a page of type "Link to external URL" and wrongly enters "/my-page/my-news" as its slug (he doesn't know better :) ). 

 Impact: 

 The editor achieves to run into a duplicate slug which causes a 404 or redirect loop. 

 The scenario is one that could happen in other constellations too, sure. But in this constellation it does not make sense to even consider the page's slug, as the page's link surrogate is the external URL anyway. The slug of that page type could be ignored or even hidden/nulled. 

 By not taking a "Link to external URL"'s slug into consideration the error could be prevented at at least one place.

Back