Project

General

Profile

Actions

Bug #83425

closed

Custom validators

Added by Frank Buijze over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Category:
-
Target version:
-
Start date:
2017-12-25
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

Parsing goes wrong in case of @validate in combination with a custom validator. The problem is that the $ sign gets stripped (in tags), resulting in a failure of the parseValidatorAnnotation function in TYPO3/CMS/Extbase/Classes/Validation/ValidatorResolver.php. The function is called from the new getMethodValidateAnnotations in the same class.

Apparently this function still uses the tags and not the new annotations approach. The validators array annotations/contains the correct value.

If I dump the ClassSchema I see the following:

[tags] => Array
                        (
                            [param] => Array
                                (
                                    [0] => \FraJaWeB\FwCore\Domain\Model\User $user
                                    [1] => string $username
                                )

                            [validate] => Array
                                (
                                    [0] => user \FraJaWeB\FwCore\Domain\Validator\User2Validator
                                )

                        )

                    [annotations] => Array
                        (
                            [validators] => Array
                                (
                                    [0] => $user \FraJaWeB\FwCore\Domain\Validator\User2Validator
                                )

                        )


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Epic #82703: Introduce doctrine/annotations to replace user defined annotations (mostly in Extbase)ClosedAlexander Schnitzler2017-10-08

Actions
Related to TYPO3 Core - Feature #83167: Replace @validate with @Extbase\ValidateClosedAlexander Schnitzler2017-11-29

Actions
Actions #1

Updated by Georg Ringer about 6 years ago

  • Description updated (diff)
Actions #2

Updated by Georg Ringer about 6 years ago

  • Is Regression set to Yes
Actions #3

Updated by Georg Ringer about 6 years ago

  • Related to Epic #82703: Introduce doctrine/annotations to replace user defined annotations (mostly in Extbase) added
Actions #4

Updated by Georg Ringer about 6 years ago

  • Related to Feature #83167: Replace @validate with @Extbase\Validate added
Actions #5

Updated by Susanne Moog about 6 years ago

  • Assignee set to Alexander Schnitzler
Actions #6

Updated by Gerrit Code Review about 6 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55244

Actions #7

Updated by Gerrit Code Review about 6 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55244

Actions #8

Updated by Gerrit Code Review about 6 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55244

Actions #9

Updated by Gerrit Code Review about 6 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55244

Actions #10

Updated by Gerrit Code Review about 6 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55244

Actions #11

Updated by Gerrit Code Review about 6 years ago

Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55244

Actions #12

Updated by Anonymous about 6 years ago

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

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF