Re-enable auto-refresh, search and groups in listings
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user