Feature #54867
openpagetype shortcut check for internal loop
0%
Description
Would be nice to prevent an internal error when setting up an shortcut-page that points to itself. This might avoid some ugly error throwout and make it more obvious for normal editors. Simple solution/suggestion: make it impossible to select the page you are currently working on.
Updated by Benni Mack about 8 years ago
- Project changed from 78 to TYPO3 Core
- Category deleted (
Usability)
Updated by Riccardo De Contardi over 7 years ago
- Target version deleted (
TYPO3 6.2 LTS)
Updated by Josef Glatz about 6 years ago
- Related to Bug #86412: pages.shortcut suggest wizard should not suggest itself added
Updated by Riccardo De Contardi about 6 years ago
Partially solved with #86412 - the suggest wizard skips the page itself; but it is still possible to select the same shortcut page as shortcut and save the record without errors or warnings.
Updated by Josef Glatz about 6 years ago
I could imagine:
A) Show an error via MessageQueue if the actual edited page record links to it self. This informs an editor
B) what about extending the Record Browser with an additional argument where the value could be N tablename_<uid> like pages_42
? Those ids are then disabled in the record browser (greyed out for example with a nice title attribute)
Updated by Josef Glatz about 6 years ago
- Assignee deleted (
Philip Gutzeit) - Target version set to Candidate for patchlevel
Updated by Josef Glatz about 6 years ago
- Related to Bug #86600: pages.content_from_pid should not suggest itself added
Updated by Riccardo De Contardi over 4 years ago
I put here another idea: how about handling this with the link validator? Would it be a good idea or better not?
Updated by Susanne Moog over 4 years ago
- Category set to Backend User Interface