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 #1

Updated by Oliver Hader over 13 years ago

  • Target version changed from 4.5 Beta 2 to 4.5 Beta 3
Actions #2

Updated by Oliver Hader over 13 years ago

  • Status changed from New to Accepted
Actions #3

Updated by Sonja Schubert about 13 years ago

These two functions are not needed any more. Attached patch removes them and replaces the function calls by the variable.

Actions #4

Updated by Sonja Schubert about 13 years ago

  • Status changed from Accepted to Resolved

commited to trunk (revision 3446)

Actions #5

Updated by Michael Stucki over 10 years ago

  • Category set to Workspaces
Actions #6

Updated by Michael Stucki over 10 years ago

  • Project changed from 624 to TYPO3 Core
  • Category changed from Workspaces to Workspaces
  • Target version deleted (4.5 Beta 3)
Actions #7

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF