Project

General

Profile

Actions

Task #45341

closed

Replace deprecated calls in belog

Added by Markus Günther over 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

Also available in: Atom PDF