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

Updated by Benni Mack almost 6 years ago

  • Target version changed from 8.7.15 to 8.7.19
Actions #2

Updated by Susanne Moog over 5 years ago

  • Target version changed from 8.7.19 to Candidate for patchlevel
Actions #3

Updated by Christian Kuhn over 5 years ago

  • Status changed from New to Rejected

Yeah. I'm sorry, but that's not possible. 'exclude' is a 'display / proc' property, and columnsOverrides only allows to override 'display only' properties. This restriction will not change in the forseeable future.

Actions

Also available in: Atom PDF