Bug #29761

@ignorevalidation annotation expects parameter name without $ (dollar sign)

Added by Karsten Dambekalns almost 4 years ago. Updated almost 4 years ago.

Status:Resolved Start date:2011-09-14
Priority:Must have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:MVC
Target version:TYPO3 Flow Base Distribution - 1.0.0
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

When using the @ignorevalidation annotation, the parameter name must be given without a dollar sign, which is extremely counter-intuitive.

This was introduced with https://review.typo3.org/#change,816

Associated revisions

Revision 87418d9b
Added by Karsten Dambekalns almost 4 years ago

[BUGFIX] Fix check against @ignorevalidation annotations

The check for argument names against @ignorevalidation annotations
was done with the raw argument name, but the annotation is to be
given with a leading dollar sign:

@ignorevalidation $fooBar

The check thus always failed.

Change-Id: I001bbb639e03fb7db6aaf88eca558155f1b879f6
Fixes: #29761

History

#1 Updated by Mr. Hudson almost 4 years ago

  • Status changed from Accepted to Under Review

Patch set 1 of change I001bbb639e03fb7db6aaf88eca558155f1b879f6 has been pushed to the review server.
It is available at http://review.typo3.org/4954

#2 Updated by Mr. Hudson almost 4 years ago

Patch set 2 of change I001bbb639e03fb7db6aaf88eca558155f1b879f6 has been pushed to the review server.
It is available at http://review.typo3.org/4954

#3 Updated by Karsten Dambekalns almost 4 years ago

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

Also available in: Atom PDF