Bug #33043
f:identity.json wrong namespace
Status:
Resolved
Priority:
Should have
Assignee:
Category:
ViewHelpers
Target version:
Start date:
2012-01-08
Due date:
% Done:
100%
Estimated time:
Has patch:
No
Description
/** * @var \F3\FLOW3\Persistence\PersistenceManagerInterface */ protected $persistenceManager;
It works because the property is injected via method-injection but its still wrong :)
Maybe there are some more miss spellings like this. Did someone search for them after namespace changed from \F3\?
Updated by Karsten Dambekalns about 10 years ago
- Status changed from New to Accepted
- Assignee set to Karsten Dambekalns
- Target version set to 1.1
Updated by Gerrit Code Review about 10 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9477
Updated by Karsten Dambekalns about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100