Bug #35011

Column type detection broken when Column annotation is used

Added by Karsten Dambekalns about 1 year ago. Updated about 1 year ago.

Status:Resolved Start date:2012-03-19
Priority:Must have Due date:
Assignee:Karsten Dambekalns % Done:

100%

Category:Persistence
Target version:TYPO3 Flow Base Distribution - 1.1
PHP Version: Complexity:
Has patch:No FLOW3 version affected:Git master
Votes: 0

Description

If a Column annotation is used but no type argument is given, the default "string" type will be used and override the detection.

Associated revisions

Revision 503891c2
Added by Karsten Dambekalns about 1 year ago

[BUGFIX] Fixes column type detection when using Column annotation

If a Column annotation is used but no type argument is given, the default
"string" type was used and did override the detection. Now the detection
is used again in those cases.

The only drawback is that you cannot force a column to be "string" any
more.

Change-Id: Ieeefa0b6a7f690c425f7dabbb9a1428dfed766c6
Fixes: #35011
Releases: 1.1

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/9742

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/9742

Updated by Gerrit Code Review about 1 year ago

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

Updated by Gerrit Code Review about 1 year ago

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

Updated by Gerrit Code Review about 1 year ago

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

Updated by Karsten Dambekalns about 1 year ago

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

Also available in: Atom PDF