Actions
Bug #66843
closedDBAL: Permission error when saving a new record
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2015-05-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When creating a new record and saving it, without closing (thus going back to edit mode), the backend stops with:
Sorry, you didn't have proper permissions to perform this change.
This is caused by #66680 because the last generated ID is not stored.
Actions