Bug #79024
Exception in EXT:form due to invalid array lookup
100%
Description
- core's ArrayUtility uses a slash as delimiter, Extbase's ArrayUtility used a dot
- core's ArrayUtility throws an exception if value is not defined, Extbase's ArrayUtility returned null
Related issues
Associated revisions
[BUGFIX] Exception in EXT:form due to invalid array lookup
Due to the changes of ArrayUtility in issue #77732
EXT:form now has to deal with these problems:
+ core's ArrayUtility uses a slash "/" as delimiter,
but Extbase's ArrayUtility used a dot "."
+ core's ArrayUtility throws an exception if value is
not defined, Extbase's ArrayUtility returned null
Change-Id: I26b043a28e376c99d50a9a36703b5927b09ee934
Resolves: #79024
Releases: master
Reviewed-on: https://review.typo3.org/50995
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Ralf Zimmermann <ralf.zimmermann@tritum.de>
Tested-by: Ralf Zimmermann <ralf.zimmermann@tritum.de>
Reviewed-by: Benni Mack <benni@typo3.org>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
History
#1
Updated by Gerrit Code Review almost 3 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/50995
#2
Updated by Gerrit Code Review almost 3 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/50995
#3
Updated by Gerrit Code Review almost 3 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50995
#4
Updated by Gerrit Code Review almost 3 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50995
#5
Updated by Oliver Hader almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 25d53cc07f991fbfed3ad96c86de5af52457af0a.
#6
Updated by Riccardo De Contardi about 2 years ago
- Status changed from Resolved to Closed