Bug #32105

IgnoreValidation ignored if ACL is set for this controller action

Added by Carsten Bleicker over 3 years ago.

Status:New Start date:2011-11-26
Priority:Must have Due date:
Assigned To:- % Done:

0%

Category:Security
Target version:-
PHP Version:5.3 Complexity:
Has patch:No Affected Flow version:FLOW3 1.0.0

Description

/**
  • Creates a Chat to a specific Person
  • @param \BLEICKER\Test\Domain\Model\Person $personToChatWith
  • @FLOW3\IgnoreValidation("$personToChatWith")
    */
    public function createChatAction(\BLEICKER\Test\Domain\Model\Person $personToChatWith) {
    ....
    }

the @FLOW3\Ignorevalidation has no effect if there is an acl for this controller action is defined so that all
model validations are executed.

Also available in: Atom PDF