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

FIX: ensures ordering set in tags-show queryString works at first load #6946

Closed

Conversation

jjaffeux
Copy link
Contributor

This commit also refactors a significant part of tags-show

@discoursebot
Copy link

You've signed the CLA, jjaffeux. Thank you! This pull request is ready for review.

@discoursebot
Copy link

This pull request has been mentioned on Discourse Meta. There might be relevant details there:

https://meta.discourse.org/t/topic-list-sorting-not-applied-on-refresh-for-tags-pages/107449/3

@jjaffeux jjaffeux added the 2.3 label Jan 24, 2019
@jjaffeux jjaffeux closed this Jan 25, 2019
@@ -52,7 +55,7 @@ export default Ember.Controller.extend(BulkTopicSelection, {
additionalTags: null,
list: null,
canAdminTag: Ember.computed.alias("currentUser.staff"),
filterMode: null,
filterMode: "",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why an empty string instead of null?

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