Project

General

Profile

Actions

Feature #9948

closed

StageID for "Ready for publish" needs to be changed

Added by Tolleiv Nietsch over 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Category:
Workspaces
Target version:
-
Start date:
2010-09-27
Due date:
% Done:

100%

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

Description

StageID for "Ready for publish" needs to be changed - at the moment the fixed id "10" is used for "ready for published" elements. As discussed in the meeting this should be changed to something else to avoid conflicts with existing stagerecord-ids.

Actions #1

Updated by Sonja Schubert over 13 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

The following const are available in class Tx_Workspaces_Service_Stages

// if a record is in the "ready to publish" stage STAGE_PUBLISH_ID the nextStage is STAGE_PUBLISH_EXECUTE_ID, this id wont be saved at any time in db
const STAGE_PUBLISH_EXECUTE_ID = -20;
// ready to publish stage
const STAGE_PUBLISH_ID = -10;
const STAGE_EDIT_ID = 0;

Actions #2

Updated by Michael Stucki over 10 years ago

  • Category changed from Code Cleanup to Workspaces
Actions #3

Updated by Michael Stucki over 10 years ago

  • Project changed from 624 to TYPO3 Core
  • Category changed from Workspaces to Workspaces
Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF