Bug #99211
closedOverriding saveAndClose in NewContentElementWizard to false does not work as expected
100%
Description
Using 'false' doesn't have any impact.
Using '0' works and disables the behaviour.
Issue seems to be
$itemConf['saveAndClose'] = (bool)$itemConf['saveAndClose'];
(bool)'false'
results in bool(true)
While
(bool)'0'
(or maybe (bool)0
, not sure what it is, but it does not matter in this case) results in bool(false)
Updated by Gerrit Code Review 6 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84528
Updated by Gerrit Code Review 6 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84528
Updated by Gerrit Code Review 5 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84627
Updated by Gerrit Code Review 5 months ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84633
Updated by Georg Ringer 5 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1ed5138047e039119f541ec7b39c6a3b4830aeec.