mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: set pmView for PM tags page
This commit is contained in:
@@ -17,6 +17,9 @@ export default Discourse.Route.extend({
|
|||||||
model,
|
model,
|
||||||
sortProperties: this.siteSettings.tags_sort_alphabetically ? ['id'] : ['count:desc', 'id']
|
sortProperties: this.siteSettings.tags_sort_alphabetically ? ['id'] : ['count:desc', 'id']
|
||||||
});
|
});
|
||||||
this.controllerFor("user-private-messages").set("showToggleBulkSelect", false);
|
this.controllerFor('user-private-messages').setProperties({
|
||||||
|
showToggleBulkSelect: false,
|
||||||
|
pmView: "tags"
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user