Actions
Task #11153
closedDetermine whether Tx_Workspaces_Service_Stages::encodeStageUid and resolveStageUid are required
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
Updated by Oliver Hader almost 14 years ago
- Target version changed from 4.5 Beta 2 to 4.5 Beta 3
Updated by Sonja Schubert almost 14 years ago
- File 11153.patch 11153.patch added
These two functions are not needed any more. Attached patch removes them and replaces the function calls by the variable.
Updated by Sonja Schubert almost 14 years ago
- Status changed from Accepted to Resolved
commited to trunk (revision 3446)
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
- Target version deleted (
4.5 Beta 3)
Actions