Project

General

Profile

Actions

Task #45341

closed

Replace deprecated calls in belog

Added by Markus Günther about 11 years ago. Updated about 11 years ago.

Status:
Rejected
Priority:
Should have
Category:
-
Target version:
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)

Actions #1

Updated by Gerrit Code Review about 11 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

Actions #2

Updated by Christian Kuhn about 11 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

Also available in: Atom PDF