FIX: Show 'Export' button for all tabular reports. (#7838)
This commit is contained in:
committed by
Joffrey JAFFEUX
parent
426c8045de
commit
bfdf740a05
@@ -55,7 +55,6 @@ export default Ember.Component.extend({
|
||||
showTitle: true,
|
||||
showFilteringUI: false,
|
||||
showDatesOptions: Ember.computed.alias("model.dates_filtering"),
|
||||
showExport: Ember.computed.not("model.isTable"),
|
||||
showRefresh: Ember.computed.or(
|
||||
"showDatesOptions",
|
||||
"model.available_filters.length"
|
||||
|
||||
Reference in New Issue
Block a user