Project

General

Profile

Actions

Bug #16643

closed

TCAdefaults.pages.hidden=1 doesn't always hide pages

Added by John Angel over 17 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2006-10-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If the newly created page is the first page on the level, its 'Hide page' checkbox is checked by default.

Otherwise, putting it after any other page on the same level won't get 'Hide page' checked automatically.

http://lists.typo3.org/pipermail/typo3-english/2006-August/028337.html

(issue imported from #M4388)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #14955: Some TCAdefaults work only with "Page (inside)" and not with the WizardClosed2005-09-03

Actions
Actions #1

Updated by Graham Solomon over 17 years ago

Don't think this is a bug, the hidden flag is simply being inherited by the page above it, which will override the TSconfig you posted above, you can use the below TCA below to remove the hidden field from this list of fields which get their value inherited, just remove 'hidden' from the list.

$TCA['pages']['ctrl']['useColumnsForDefaultValues'] = 'doktype,fe_group,hidden';

Actions #2

Updated by John Angel over 17 years ago

I've put in ext_tables.php:

$TCA['pages']['ctrl']['useColumnsForDefaultValues'] = str_replace(array(',hidden', 'hidden'), '', $TCA['pages']['ctrl']['useColumnsForDefaultValues']);

but it still doesn't work.

I think that in Live workspace there has to be hidden page as default always, until the whole page is completed. Then you can un-hide it.

Actions #3

Updated by Noel Bossart over 13 years ago

Actions #4

Updated by Christian Kuhn over 13 years ago

Resolved, dupe of #14955

Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF