Project

General

Profile

Actions

Bug #84708

closed

Option "nonSelectableLevels" doesn't work in select fields with renderType "selectTree"

Added by Tobias Schmidt almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2018-04-12
Due date:
% Done:

100%

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

Description

Setting the option nonSelectableLevels of treeConfig-Configuration in TCA overrides file has no effect. For example:

$GLOBALS['TCA']['pages']['columns']['categories']['config']['treeConfig']['appearance']['nonSelectableLevels'] = '0,1,2';

Categories are still selectable on level 0, 1 and 2.

Other options work as expected. For example:

$GLOBALS['TCA']['pages']['columns']['categories']['config']['treeConfig']['appearance']['expandAll'] = false;

I did check $node in method buildRepresentationForNode in file sysext/core/Classes/Tree/TableConfiguration/DatabaseTreeDataProvider.php. The value for property selectable is set correctly. So I guess there is a bug in the rendering of the select tree or in the related JavaScript.


Files

Screen Shot 2018-09-13 at 10.55.24.png (24.9 KB) Screen Shot 2018-09-13 at 10.55.24.png Sebastian Michaelsen, 2018-09-13 10:56
Actions #1

Updated by Lorenz Ulrich almost 6 years ago

I can confirm this. It used to work at least in TYPO3 6.2.

Actions #2

Updated by Christian Hackl almost 6 years ago

I can't confirm this, too.
It would be nice if the check-icon(s) are not shown of the nonSelectableLevels list.

Actions #3

Updated by Sebastian Michaelsen over 5 years ago

Confirmed. I got it running when I patched the SvgTree.js file. Then it works but it looks kind of off - I think there's an icon missing.

Actions #4

Updated by Gerrit Code Review over 5 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58263

Actions #5

Updated by Gerrit Code Review over 5 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58263

Actions #6

Updated by Gerrit Code Review over 5 years ago

Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58306

Actions #7

Updated by Anonymous over 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF