Actions
Bug #75966
closedEditing all records after deleting one throws exception
Start date:
2016-04-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
JavaScript
Complexity:
hard
Is Regression:
No
Sprint Focus:
On Location Sprint
Description
The current record list deletes records using ajax (which is REALLY nice :) )
If you click the edit-link in the table-head after deleting one record, you get an exception (1437656081) which says that a record hasn't been found.
This happens because the list of UIDs in the edit-url is not updated after an entry has been deleted.
Files
Actions