Project

General

Profile

Actions

Task #11153

closed

Determine whether Tx_Workspaces_Service_Stages::encodeStageUid and resolveStageUid are required

Added by Oliver Hader over 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
Workspaces
Target version:
-
Start date:
2010-11-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Determine whether the following wrappers in Tx_Workspaces_Service_Stages are still required and remove them if not.

public function resolveStageUid($ver_stage) {
return $ver_stage;
//return $ver_stage - $this->raiseStageIdAmount;
}

public function encodeStageUid($stage_uid) {
return $stage_uid;
//return $stage_uid + $this->raiseStageIdAmount;
}


Files

11153.patch (4.4 KB) 11153.patch Sonja Schubert, 2010-12-19 18:17
Actions

Also available in: Atom PDF