fixed admin user view exposed filter wrning
This commit is contained in:
parent
96b230cfb4
commit
ac04ae5f5e
|
@ -3324,6 +3324,16 @@ display:
|
||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
|
exposed_form:
|
||||||
|
type: basic
|
||||||
|
options:
|
||||||
|
submit_button: Apply
|
||||||
|
reset_button: true
|
||||||
|
reset_button_label: Reset
|
||||||
|
exposed_sorts_label: 'Sort by'
|
||||||
|
expose_sort_order: true
|
||||||
|
sort_asc_label: Asc
|
||||||
|
sort_desc_label: Desc
|
||||||
filters:
|
filters:
|
||||||
status:
|
status:
|
||||||
id: status
|
id: status
|
||||||
|
@ -3872,6 +3882,7 @@ display:
|
||||||
type: fields
|
type: fields
|
||||||
options: { }
|
options: { }
|
||||||
defaults:
|
defaults:
|
||||||
|
exposed_form: false
|
||||||
style: false
|
style: false
|
||||||
row: false
|
row: false
|
||||||
relationships: false
|
relationships: false
|
||||||
|
@ -3968,24 +3979,6 @@ display:
|
||||||
pid: container-0
|
pid: container-0
|
||||||
depth: '2'
|
depth: '2'
|
||||||
type: filter
|
type: filter
|
||||||
field_member_type_value:
|
|
||||||
weight: '-16'
|
|
||||||
id: field_member_type_value
|
|
||||||
pid: container-0
|
|
||||||
depth: '2'
|
|
||||||
type: filter
|
|
||||||
login:
|
|
||||||
weight: '-15'
|
|
||||||
id: login
|
|
||||||
pid: container-0
|
|
||||||
depth: '2'
|
|
||||||
type: filter
|
|
||||||
access:
|
|
||||||
weight: '-14'
|
|
||||||
id: access
|
|
||||||
pid: container-0
|
|
||||||
depth: '2'
|
|
||||||
type: filter
|
|
||||||
container-4:
|
container-4:
|
||||||
container_type: container
|
container_type: container
|
||||||
title: ''
|
title: ''
|
||||||
|
@ -4042,16 +4035,6 @@ display:
|
||||||
pid: root
|
pid: root
|
||||||
depth: '1'
|
depth: '1'
|
||||||
type: container
|
type: container
|
||||||
container-9:
|
|
||||||
container_type: details
|
|
||||||
title: 'Container 9'
|
|
||||||
description: ''
|
|
||||||
weight: '-12'
|
|
||||||
open: 0
|
|
||||||
id: container-9
|
|
||||||
pid: root
|
|
||||||
depth: '1'
|
|
||||||
type: container
|
|
||||||
container-6:
|
container-6:
|
||||||
container_type: details
|
container_type: details
|
||||||
title: 'Container 6'
|
title: 'Container 6'
|
||||||
|
@ -4062,16 +4045,6 @@ display:
|
||||||
pid: root
|
pid: root
|
||||||
depth: '1'
|
depth: '1'
|
||||||
type: container
|
type: container
|
||||||
container-10:
|
|
||||||
container_type: details
|
|
||||||
title: 'Container 10'
|
|
||||||
description: ''
|
|
||||||
weight: '-11'
|
|
||||||
open: 0
|
|
||||||
id: container-10
|
|
||||||
pid: root
|
|
||||||
depth: '1'
|
|
||||||
type: container
|
|
||||||
container-7:
|
container-7:
|
||||||
container_type: details
|
container_type: details
|
||||||
title: 'Container 7'
|
title: 'Container 7'
|
||||||
|
@ -4082,16 +4055,6 @@ display:
|
||||||
pid: root
|
pid: root
|
||||||
depth: '1'
|
depth: '1'
|
||||||
type: container
|
type: container
|
||||||
container-8:
|
|
||||||
container_type: details
|
|
||||||
title: 'Container 8'
|
|
||||||
description: ''
|
|
||||||
weight: '-9'
|
|
||||||
open: 0
|
|
||||||
id: container-8
|
|
||||||
pid: root
|
|
||||||
depth: '1'
|
|
||||||
type: container
|
|
||||||
path: admin/people/users
|
path: admin/people/users
|
||||||
menu:
|
menu:
|
||||||
type: tab
|
type: tab
|
||||||
|
|
Loading…
Reference in New Issue