Bug #44

Fix injection of straight values with Setter Injection

Added by Robert Lemke over 8 years ago. Updated almost 5 years ago.

Status:Closed Start date:
Priority:Should have Due date:
Assigned To:Robert Lemke % Done:

0%

Category:Object
Target version:TYPO3 Flow Base Distribution - 0.1
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

While demonstrating setter injection, injection of straight values didn't work. Check this (and constructor injection, too), create a test and fix if necessary.

History

#1 Updated by Robert Lemke over 8 years ago

  • Status changed from New to Closed
  • Sprint set to fixed
(In r193)
  • Core: The Component Manager registered abstract classes as the default implementation of an interface, which it shouldn't ...
  • Core: Enforced the use of $TYPO3->getComponentManager() and $TYPO3->getPackageManager() instead of accessing the magic properties
  • DataAccess, Testing, Party: fixed getXManager() (see above)
  • Core: Straight values were not setter injected! Created a test and fixed this bug (fixes #44)

Also available in: Atom PDF