Bug #60752

Validation for objects by __type converted Interface not invoked

Added by Carsten Bleicker about 1 year ago. Updated 10 months ago.

Status:Closed Start date:2014-08-03
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:-
Target version:-

Description

Having this:

/**
  • @var TransportInterface
    */
    protected $abreise;

and converting into concrete type by __type argument, the validation of concrete type is not invoked.
but it works with this:

/**
  • @var AbstractTransport
    */
    protected $abreise;

Maybe related to this?
https://review.typo3.org/#/c/31936/

History

#1 Updated by Daniel Lienert 10 months ago

  • Assigned To set to Daniel Lienert

#2 Updated by Daniel Lienert 10 months ago

  • Status changed from New to Closed
  • Assigned To deleted (Daniel Lienert)

Also available in: Atom PDF