Actions
Task #45341
closedReplace deprecated calls in belog
Start date:
2013-02-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Belog uses the deprecated methods findByUid($uid) and $this->setDefaultQuerySettings($querySettings). The methods will be removed in Extbase 6.2 so why not adjust this now.
Replace the calls by:
- $this->persistenceManager->setDefaultQuerySettings($querySettings);
- findByIdentifier($uid)
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18185
Updated by Christian Kuhn almost 12 years ago
- Status changed from Under Review to Rejected
Abandoned: The 'make persistence replacable" patch was reverted. We'll create a new patch if it comes up again.
Actions