-
Notifications
You must be signed in to change notification settings - Fork 256
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
Smiley list doesn't use correct sorting #5330
Comments
All the sort columns sort by the content underneath. Clicking on "Default" sorts by the default flag, where set > not set, so sorting by "Default" pushes your default set to the bottom. So sorting by "default" is working. What is a little different is that clicking it AGAIN doesn't do the reverse sort, like all the other sort buttons. I would expect a 2nd press to push the default set to the top. EDIT: It would be a minor change to provide both ASC & DESC sorting to the Default column, which sorts by the "selected as default" flag. For some reason, it has never had that. |
I had been testing on my WAMP server earlier. Oddly, on my Linux server, the sort is not correct... So there is something amiss here. |
My default flag is in the middle. It does not change position either way. It is indeed a linux server. |
Fixes SimpleMachines#5330 Signed-off-by: Jon Stovell <[email protected]>
Once #5342 is merged:
|
The first sort type says "Default", but all it does is sort by the IDs. Clicking it does nothing.
The text was updated successfully, but these errors were encountered: