Skip to content

Commit

Permalink
[4.x] Fixed issue when resetting columns on Entry Listing Table (#8896)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored Oct 30, 2023
1 parent 5f282ec commit 29d7096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Http/Resources/CP/Entries/Entries.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ private function setColumns()
->listable(true)
->visible(true)
->defaultVisibility(true)
->defaultOrder($columns->count() + 1)
->sortable(false);

$columns->put('status', $status);
Expand Down

0 comments on commit 29d7096

Please sign in to comment.