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:
parent
89a7a90208
commit
ee7ef46b9e
4 changed files with 11 additions and 11 deletions
|
@ -27,7 +27,7 @@ export default Ember.Controller.extend({
|
|||
},
|
||||
|
||||
@computed('model.type')
|
||||
showFilterOptions(modelType) {
|
||||
showCategoryOptions(modelType) {
|
||||
return !modelType.match(/_private_messages$/);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue