Re-enable auto-refresh, search and groups in listings

This commit is contained in:
Tautvidas Sipavičius
2018-11-01 02:41:10 +02:00
parent ee37f39980
commit 21f03bbcb7

View File

@ -55,7 +55,7 @@ const Listing = createReactClass({ // eslint-disable-line react/prefer-es6-class
limit: 10,
sort_by: null,
sort_order: undefined,
auto_refresh: false,
auto_refresh: true,
location: undefined,
base_url: '',
type: undefined,
@ -64,8 +64,8 @@ const Listing = createReactClass({ // eslint-disable-line react/prefer-es6-class
columns: [],
bulk_actions: [],
item_actions: [],
search: false,
groups: false,
search: true,
groups: true,
renderExtraActions: undefined,
onBeforeSelectFilter: undefined,
getListingItemKey: undefined,