-
Notifications
You must be signed in to change notification settings - Fork 79
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 folders always go first when ordering #936
FIX folders always go first when ordering #936
Conversation
Minor point that I think this is a bug fix not a feature re: the commit prefix |
4f200a3
to
b5a454b
Compare
true. fixed |
b5a454b
to
bfa6733
Compare
// see related issues for more details: | ||
// - https://github.com/silverstripe/silverstripe-asset-admin/issues/820 | ||
// - https://github.com/silverstripe/silverstripe-asset-admin/issues/893 | ||
$field = $query->expressionForField(trim($field, '"')) ?: $field; |
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.
One of these issues is closed and the other is the one that is resolved by this PR. I'm going to remove these links from the comments.
Fix for #893
Also fixes the original fluent issue (#820)
Notes