Project

General

Profile

Actions

Bug #85071

closed

columnsOverrides doesn't override "exclude" settings

Added by Dennis Metz almost 6 years ago. Updated over 5 years ago.

Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
Extbase
Start date:
2018-05-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I created a couple of new CEs and some need to have "pages" enabled - so i tried the following:

'new_contentelement' => [
'showitem' => '
-- Palettes etc., no relevant data
',
'columnsOverrides' => [
'pages' => [
'exclude' => false, //not working for Usergroup...
'config' => [
'maxitems' => 5, //works like a charm
]
],
],
],

Then i cleared the cache, logged into the User which should edit the CE and i saw the pages field and could add/delete pages but after i saved the CE the element was empty.
Then i added some pages with the admin user - worked without problems -, logged in with the user which should edit the CE and he saw the new added pages but couldn't add/delete pages by himself.

Actions

Also available in: Atom PDF