removed license filtre from user admin view
This commit is contained in:
parent
6255d58a95
commit
96b230cfb4
|
@ -40,7 +40,6 @@ dependencies:
|
||||||
- rest
|
- rest
|
||||||
- role_expire
|
- role_expire
|
||||||
- serialization
|
- serialization
|
||||||
- state_machine
|
|
||||||
- taxonomy
|
- taxonomy
|
||||||
- telephone_formatter
|
- telephone_formatter
|
||||||
- user
|
- user
|
||||||
|
@ -3704,51 +3703,6 @@ display:
|
||||||
default_group: All
|
default_group: All
|
||||||
default_group_multiple: { }
|
default_group_multiple: { }
|
||||||
group_items: { }
|
group_items: { }
|
||||||
state:
|
|
||||||
id: state
|
|
||||||
table: commerce_license
|
|
||||||
field: state
|
|
||||||
relationship: reverse__commerce_license__uid
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: commerce_license
|
|
||||||
entity_field: state
|
|
||||||
plugin_id: state_machine_state
|
|
||||||
operator: in
|
|
||||||
value:
|
|
||||||
new: new
|
|
||||||
pending: pending
|
|
||||||
active: active
|
|
||||||
renewal_in_progress: renewal_in_progress
|
|
||||||
group: 1
|
|
||||||
exposed: false
|
|
||||||
expose:
|
|
||||||
operator_id: ''
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
use_operator: false
|
|
||||||
operator: ''
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
identifier: ''
|
|
||||||
required: false
|
|
||||||
remember: false
|
|
||||||
multiple: false
|
|
||||||
remember_roles:
|
|
||||||
authenticated: authenticated
|
|
||||||
reduce: false
|
|
||||||
is_grouped: false
|
|
||||||
group_info:
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
identifier: ''
|
|
||||||
optional: true
|
|
||||||
widget: select
|
|
||||||
multiple: false
|
|
||||||
remember: false
|
|
||||||
default_group: All
|
|
||||||
default_group_multiple: { }
|
|
||||||
group_items: { }
|
|
||||||
filter_groups:
|
filter_groups:
|
||||||
operator: AND
|
operator: AND
|
||||||
groups:
|
groups:
|
||||||
|
|
Loading…
Reference in New Issue