Project

General

Profile

Actions

Bug #15239

closed

Can't limit content cols for Page>QuickEdit

Added by Marc Bastian Heinrichs over 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2005-11-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I can't limit the access to certain content cols for the Page Quickedit Tool, because in typo3/sysext/cms/layout/db_layout.php it's hardcoded to select all content elements of all content cols.

// Selecting all content elements from this language:
$res = $GLOBALS['TYPO3_DB']->exec_SELECTquery(
'*',
'tt_content',
'pid='.intval($this->id).' AND sys_language_uid='.intval($this->current_sys_language).
($this->MOD_SETTINGS['tt_content_showHidden'] ? '' : t3lib_BEfunc::BEenableFields('tt_content')).
t3lib_Befunc::deleteClause('tt_content'),
'',
'colPos,sorting'
);

(issue imported from #M1932)


Files

0001932.patch (875 Bytes) 0001932.patch Administrator Admin, 2005-12-19 09:36
Actions

Also available in: Atom PDF