Actions
Feature #9948
closedStageID for "Ready for publish" needs to be changed
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.
Updated by Sonja Schubert about 14 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;
Updated by Michael Stucki almost 11 years ago
- Category changed from Code Cleanup to Workspaces
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
Actions