Bug #15239
closedCan't limit content cols for Page>QuickEdit
0%
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
Updated by Sebastian Kurfuerst almost 19 years ago
Hi,
is it possible for you to create a bugfix for this and provide a patch file?
That would be of great help.
Greets, Sebastian
Updated by Marc Bastian Heinrichs almost 19 years ago
Hi Sebastian,
yes, it's possible. Which property should I use to configure? I think mod.SHARED.colPos_list and mod.web_layout.tt_content.colPos_list would be the right ones.
Greets, MaBa
Updated by Sebastian Kurfuerst almost 19 years ago
Hi Marc,
yes, I think it should be possible to use both properties, as AFAIK this is the functionality in the web->layout module as well.
Greets, Sebastian
Updated by Marc Bastian Heinrichs almost 19 years ago
Hi Sebastian,
here is the patch file. Sorry for the long latency.
Greets, MaBa
Updated by Sebastian Kurfuerst almost 19 years ago
Hi Michael and Dmitry,
can somebody of you take care of this issue? Would be awesome :)
Sebastian
Updated by Dmitry Dulepov almost 19 years ago
Not withing nearest week. I am about to fix some things in Versioning and Workspaces... Running out of time...