Bug #24149
closedEditable FlexForms require a possibility to update group access lists within update wizard
0%
Description
The new feature of editable FlexForm fields [1] requires an option in update wizard which allows the user to add new FlexForm fields to the "Allowed excludefields" of all Backend groups.
This patch adds this new option with name "addFlexformsToAcl" to the end of the update wizard overview (Step 1) in Install Tool. If a user runs this update all groups will be checked whether they are allowed to list or modify the content table [2]. If so, all missing FlexForm fields will be added to the access list.
[1] Feature "Editable FlexForms": http://bugs.typo3.org/view.php?id=16334
[2] $TYPO3_CONF_VARS['SYS']['contentTable'] (default: tt_content)
(issue imported from #M16493)
Files
Updated by Kai Vogel about 14 years ago
The second attached patch has a small modification which will not edit access lists where at least one FlexForm field is selected. This will keep an already made selection.