mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 23:58:12 -05:00
FIX: remove category filter from page view reports
This commit is contained in:
@@ -28,7 +28,7 @@ export default Ember.Controller.extend({
|
||||
|
||||
@computed('model.type')
|
||||
showCategoryOptions(modelType) {
|
||||
return !modelType.match(/_private_messages$/);
|
||||
return !modelType.match(/_private_messages$/) && !modelType.match(/^page_view_/);
|
||||
},
|
||||
|
||||
@computed('model.type')
|
||||
|
||||
Reference in New Issue
Block a user