Actions
Bug #23966
closedUse class constants for pages:shortcut_mode in tbl_pages.php
Start date:
2010-11-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
#23505 introduced class constants for field shortcut_mode of table pages:
const SHORTCUT_MODE_NONE = 0; const SHORTCUT_MODE_FIRST_SUBPAGE = 1; const SHORTCUT_MODE_RANDOM_SUBPAGE = 2; const SHORTCUT_MODE_PARENT_PAGE = 3;
Currently, they're not used in $TCA['pages']
(issue imported from #M16279)
Files
Actions