Project

General

Profile

Actions

Bug #54494

closed

nonSelectableLevels must be defined manually

Added by Stefan Froemken over 10 years ago. Updated over 8 years ago.

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

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:

Description

Hello Core-Team,

in treeConfig of selectfields in FlexForms you have to add nonSelectableLevels to 0 manually. In non-FlexForm-Context nonSelectableLevels was set to 0 by default.

I think both versions should work the same way.

Stefan

Actions #1

Updated by Mathias Schreiber about 9 years ago

  • Target version changed from 6.2.0 to 7.4 (Backend)
Actions #2

Updated by Susanne Moog over 8 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #3

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 7 LTS
Actions #4

Updated by Stefan Froemken over 8 years ago

  • Status changed from New to Closed

I think we can close this issue. I have found following lines

if (isset($treeConfiguration['appearance']['nonSelectableLevels'])) {
    $dataProvider->setNonSelectableLevelList($treeConfiguration['appearance']['nonSelectableLevels']);
} elseif (isset($treeConfiguration['rootUid'])) {
    $dataProvider->setNonSelectableLevelList('');
}

I'm pretty sure I have set rootUid, which will explain, why nonSelectableLevels was set to "".

Stefan

Actions

Also available in: Atom PDF