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 #1

Updated by Sebastian Kurfuerst over 18 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

Actions #2

Updated by Marc Bastian Heinrichs over 18 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

Actions #3

Updated by Sebastian Kurfuerst over 18 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

Actions #4

Updated by Marc Bastian Heinrichs over 18 years ago

Hi Sebastian,

here is the patch file. Sorry for the long latency.

Greets, MaBa

Actions #5

Updated by Sebastian Kurfuerst about 18 years ago

Hi Michael and Dmitry,

can somebody of you take care of this issue? Would be awesome :)
Sebastian

Actions #6

Updated by Dmitry Dulepov about 18 years ago

Not withing nearest week. I am about to fix some things in Versioning and Workspaces... Running out of time...

Actions #7

Updated by Michael Stucki about 18 years ago

Fixed in CVS.

Actions

Also available in: Atom PDF