Project

General

Profile

Actions

Bug #23966

closed

Use class constants for pages:shortcut_mode in tbl_pages.php

Added by Steffen Gebert about 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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

16279.diff (858 Bytes) 16279.diff Administrator Admin, 2010-11-06 20:13
Actions #1

Updated by Susanne Moog over 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF