Bug #4666

Reflection service broken

Added by Bastian Waidelich almost 6 years ago. Updated almost 5 years ago.

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

100%

Category:Reflection
Target version:TYPO3 Flow Base Distribution - 1.0 alpha 5
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

Since r3183 FLOW3s reflection service seems to be broken.
in F3\FLOW3\Reflection\Service::reflectEmergedClasses() we iterate through registered classes and call buildClassSchemata() for all classes tagged as entity or valueobject.
The problem isClassTaggedWith($className, 'entity') will always return FALSE cause the Service is not initalized at that time.

Associated revisions

Revision c0c1a84a
Added by Karsten Dambekalns almost 6 years ago

[+BUGFIX] FLOW3 (Reflection): Class schemata are now really built when needed, fixes #4666.

History

#1 Updated by Karsten Dambekalns almost 6 years ago

  • Status changed from New to Accepted
  • Priority changed from Should have to Must have
  • Target version set to 1.0 alpha 5

#2 Updated by Karsten Dambekalns almost 6 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Applied in changeset r3191.

Also available in: Atom PDF