Actions
Bug #79024
closedException in EXT:form due to invalid array lookup
Start date:
2016-12-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
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, Extbase's ArrayUtility used a dot
- core's ArrayUtility throws an exception if value is not defined, Extbase's ArrayUtility returned null
Updated by Gerrit Code Review almost 8 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
Updated by Gerrit Code Review almost 8 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
Updated by Gerrit Code Review almost 8 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
Updated by Gerrit Code Review almost 8 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
Updated by Oliver Hader almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 25d53cc07f991fbfed3ad96c86de5af52457af0a.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions