Actions
Bug #85345
closedCannot set "ready to publish" state anymore
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
On Location Sprint
Description
When moving a workspace record into "ready to publish" state, an internal server error is thrown:
An exception occurred while executing 'UPDATE `tt_content` SET `t3ver_stage` = ? WHERE `uid` = ?' with params ["-10", 475]: Out of range value for column 't3ver_stage' at row 1
The "ready to publish" state has the internal identifier -10
which is not supported anymore since system fields are auto-generated.
Updated by Oliver Hader over 6 years ago
- Due date set to 2018-06-06
- Start date changed from 2018-06-22 to 2018-06-06
- Follows Feature #85160: Auto create management DB fields from TCA ctrl added
Updated by Oliver Hader over 6 years ago
- Due date deleted (
2018-06-06) - Start date deleted (
2018-06-06) - Is Regression set to Yes
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57301
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57301
Updated by Gerrit Code Review over 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57301
Updated by Andreas Kienast over 6 years ago
- Status changed from Under Review to Resolved
Actions