Actions
Bug #13094
closedCannot push IRRE records to next stage
Start date:
2011-02-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
My IRRE records could not be pushed to the next review stage (i think publishing worked)
After debugging, I found the responsible part in typo3/sysext/version/class.tx_version_tcemain_commandmap.php when getCommonSetStagePropertiesCallback is called. This function only sets stageId and comment, but action and notificationAlternativeRecipients are missing.
So after resolving the dependancies for the IRRE records, tcemain does not know what to do with the records.
Solution: add these 2 fields to the $commonSetStageProperties
Files
Updated by Tolleiv Nietsch almost 14 years ago
- Status changed from New to Accepted
Updated by Tolleiv Nietsch almost 14 years ago
- Status changed from Accepted to Under Review
Updated by Tolleiv Nietsch almost 14 years ago
- Status changed from Under Review to Resolved
Committed to trunk (rev. 4146) and 4.5 (rev. 4147) thanks
Updated by Michael Stucki almost 11 years ago
- Category changed from Bugs to Workspaces
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.1)
Actions