Actions
Bug #73547
closedcan't delete record when tca field "sortby" has direction
Start date:
2016-02-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
encounted while writing an extension:
When there is a direction given in the TCA field "sortby" in the crtl section, you can't delete the record in the backend.
'sortby' => 'id', -> deleteable
'sortby' => 'id DESC', -> not deleteable !
'default_sortby' => 'id', -> deleteable
'default_sortby' => 'id DESC', -> deleteable
tested on Typo3 Version 6.2.17 and 7.6.2
Actions