Bug #44672
closedLanguageController has "mixed" type annotations
100%
Description
The LanguageController of the lang sysext causes Exceptions thrown by the PropertyMapper.
I get an error when trying to call the updateTranslation action:
Exception while property mapping at property path "":Could not find a suitable type converter for "mixed" because no such class or interface exists
There are (at least) 3 "mixed" parameter type annotations in action methods.
When I change the parameter type annotation of the $locales parameter of the updateTranslation to "string" it works, but I'm not sure if there are other method calls passing an array as $locales
Updated by Oliver Hader almost 12 years ago
- Status changed from New to Accepted
I could not reproduce the problem (mixed is just handled as string on my system, for whatever reason).
However the annotation "mixed" is wrong and it should be "string" instead. Multiple locales are submitted as list, e.g. "de,fr,es" - thus should not be a problem to drop "array"
Updated by Oliver Hader almost 12 years ago
- Target version set to 6.0.1
- Complexity set to easy
Updated by Gerrit Code Review almost 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17975
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17975
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17975
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/18920
Updated by Wouter Wolters over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8b7b60342d7f369f9587673fbcecd81a325a6942.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed