Feature #54867
open
pagetype shortcut check for internal loop
Added by Philip Gutzeit almost 11 years ago.
Updated over 4 years ago.
Category:
Backend User Interface
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.
- Project changed from 78 to TYPO3 Core
- Category deleted (
Usability)
- Target version deleted (
TYPO3 6.2 LTS)
- Related to Bug #86412: pages.shortcut suggest wizard should not suggest itself added
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.
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)
- Assignee deleted (
Philip Gutzeit)
- Target version set to Candidate for patchlevel
- Status changed from New to Accepted
- Related to Bug #86600: pages.content_from_pid should not suggest itself added
I put here another idea: how about handling this with the link validator? Would it be a good idea or better not?
- Category set to Backend User Interface
Also available in: Atom
PDF