-
Notifications
You must be signed in to change notification settings - Fork 125
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
FIX Respect default sort array in GridFieldOrderableRows #349
Conversation
#324 also touches on this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the default sort is an array, that means there are multiple fields in cascading priority by which the list should be sorted. We should respect that instead of just grabbing the top one and discarding the rest.
@vinstah are you interested in making the change I've requested? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can these be merged already please? thank you
@bclegaspi There are requested changes which have not been made. The PR will not be merged in its current state. If @vinstah makes the requested changes it can be merged - otherwise if you want to create a new PR with the requested changes, that new PR can be reviewed and merged if it resolves the issue and complies with best practices. |
Hi have been a bit busy lately, have been thinking about the change but just haven't implemented yet, hoping to get some free time in the next couple of weeks |
Closed in favor of #361 |
No description provided.