Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.x] Fixed issue when resetting columns on Entry Listing Table #8896

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

duncanmcclean
Copy link
Member

This pull request fixes an issue on the Entry Listing Table where the "Status" column is placed before the title & slug columns when resetting columns on the entry listing table.

Initially, when you load the Entry Listing Table without any preferences, it'll get all the fields set as visible. Then, when you "Reset" the columns in the ColumnPicker modal, it'll set the columns to those which are visible by default (defaultVisibility) and order by them by the column's defaultOrder setting.

This PR makes it so the "Status" column will be displayed as the last column in this scenario, fixing #8285.

Fixes #8285.

@jasonvarga jasonvarga merged commit 29d7096 into 4.x Oct 30, 2023
34 checks passed
@jasonvarga jasonvarga deleted the fix/resetting-entry-listing-columns branch October 30, 2023 21:06
@lakkes-ra
Copy link
Contributor

Great, thanks! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Collection column reset not working properly
3 participants