Feature #9948
closed
StageID for "Ready for publish" needs to be changed
Added by Tolleiv Nietsch about 14 years ago.
Updated about 6 years ago.
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.
- 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;
- Category changed from Code Cleanup to Workspaces
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
- Status changed from Resolved to Closed
Also available in: Atom
PDF