Bug #37193
Nested array annotation options are not rendered in proxy classes
| Status: | Resolved | Start date: | 2012-05-15 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 100% |
|
| Category: | Object | |||
| Target version: | TYPO3 Flow Base Distribution - 1.0.5 | |||
| PHP Version: | Complexity: | |||
| Has patch: | No | FLOW3 version affected: | Git 1.0 | |
| Votes: | 1 (View) |
Description
Instead of
@\TYPO3\FLOW3\Annotations\Validate(type="bar1", options={ "foo"= { "bar" = "baz" } })
FLOW3 outputs
@\TYPO3\FLOW3\Annotations\Validate(type="bar1", options={ "foo"= })
Associated revisions
[BUGFIX] Nested arrays in Annotation options are no longer dropped
When giving a nested array of options to an annotation the rendered
form in proxy classes was cut off.
Change-Id: I075b1b1e55c1ee80dd6dc5278170d80b8b4465a9
Fixes: #37193
Releases: 1.0, 1.1, 1.2
[BUGFIX] Nested arrays in Annotation options are no longer dropped
When giving a nested array of options to an annotation the rendered
form in proxy classes was cut off.
Change-Id: I075b1b1e55c1ee80dd6dc5278170d80b8b4465a9
Fixes: #37193
Releases: 1.0, 1.1, 1.2
History
Updated by Gerrit Code Review about 1 year 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 http://review.typo3.org/11222
Updated by Gerrit Code Review about 1 year ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11222
Updated by Sebastian Kurfuerst about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Updated by Gerrit Code Review about 1 year ago
- Status changed from Resolved to Under Review
Patch set 1 for branch FLOW3-1.1 has been pushed to the review server.
It is available at http://review.typo3.org/11767
Updated by Gerrit Code Review about 1 year ago
Patch set 1 for branch FLOW3-1.0 has been pushed to the review server.
It is available at http://review.typo3.org/11768
Updated by Karsten Dambekalns about 1 year ago
- Status changed from Under Review to Resolved
Applied in changeset 04c348617735fe345087c19a5dac55192240206d.