2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

FEATURE: support filter options for PM report

This commit is contained in:
Arpit Jalan 2016-04-21 14:52:41 +05:30
parent 89a7a90208
commit ee7ef46b9e
4 changed files with 11 additions and 11 deletions

View file

@ -27,7 +27,7 @@ export default Ember.Controller.extend({
},
@computed('model.type')
showFilterOptions(modelType) {
showCategoryOptions(modelType) {
return !modelType.match(/_private_messages$/);
},