Bug #37193

Nested array annotation options are not rendered in proxy classes

Added by Karsten Dambekalns about 3 years ago. Updated about 3 years ago.

Status:Resolved Start date:2012-05-15
Priority:Must have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:Object
Target version:TYPO3 Flow Base Distribution - 1.0.5
PHP Version: Complexity:
Has patch:No Affected Flow version:Git 1.0

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

Revision 5a2cbd05
Added by Karsten Dambekalns about 3 years ago

[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

Revision 62053eb7
Added by Karsten Dambekalns about 3 years ago

[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

Revision 04c34861
Added by Karsten Dambekalns about 3 years ago

[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

#1 Updated by Gerrit Code Review about 3 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 http://review.typo3.org/11222

#2 Updated by Gerrit Code Review about 3 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11222

#3 Updated by Sebastian Kurfuerst about 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

#4 Updated by Gerrit Code Review about 3 years 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

#5 Updated by Gerrit Code Review about 3 years 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

#6 Updated by Karsten Dambekalns about 3 years ago

  • Status changed from Under Review to Resolved

Also available in: Atom PDF