Skip to content

Commit

Permalink
Bugfix sorting shoud be discarded by DataHandler
Browse files Browse the repository at this point in the history
and not passed through

fixes #12
  • Loading branch information
hannesbochmann committed Dec 18, 2024
1 parent 4542afa commit c70447d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/TCA/Overrides/tt_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
*/

$GLOBALS['TCA']['tt_content']['columns']['image']['config']['customControls']['addHeader']['userFunc'] = DMK\MkContentAi\User\InlineControl\ImageGenerationButton::class.'->render';
$GLOBALS['TCA']['tt_content']['columns']['sorting']['config']['type'] = 'passthrough';
$GLOBALS['TCA']['tt_content']['columns']['sorting']['config']['type'] = 'none';

0 comments on commit c70447d

Please sign in to comment.