fixed admin taxo view #2518
This commit is contained in:
parent
c4ccfc9a90
commit
a166f41285
@ -8,6 +8,9 @@ dependencies:
|
|||||||
- field.storage.taxonomy_term.field_image
|
- field.storage.taxonomy_term.field_image
|
||||||
- image.style.thumbnail
|
- image.style.thumbnail
|
||||||
- taxonomy.vocabulary.collection
|
- taxonomy.vocabulary.collection
|
||||||
|
- taxonomy.vocabulary.types_d_evenement
|
||||||
|
- taxonomy.vocabulary.types_de_document
|
||||||
|
- taxonomy.vocabulary.types_de_theme
|
||||||
- taxonomy.vocabulary.villes
|
- taxonomy.vocabulary.villes
|
||||||
module:
|
module:
|
||||||
- address
|
- address
|
||||||
@ -789,8 +792,70 @@ display:
|
|||||||
position: 1
|
position: 1
|
||||||
display_options:
|
display_options:
|
||||||
title: 'Types de document'
|
title: 'Types de document'
|
||||||
|
filters:
|
||||||
|
status:
|
||||||
|
id: status
|
||||||
|
table: taxonomy_term_field_data
|
||||||
|
field: status
|
||||||
|
entity_type: taxonomy_term
|
||||||
|
entity_field: status
|
||||||
|
plugin_id: boolean
|
||||||
|
value: '1'
|
||||||
|
group: 1
|
||||||
|
expose:
|
||||||
|
operator: ''
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
vid:
|
||||||
|
id: vid
|
||||||
|
table: taxonomy_term_field_data
|
||||||
|
field: vid
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
entity_type: taxonomy_term
|
||||||
|
entity_field: vid
|
||||||
|
plugin_id: bundle
|
||||||
|
operator: in
|
||||||
|
value:
|
||||||
|
types_de_document: types_de_document
|
||||||
|
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:
|
||||||
|
operator: AND
|
||||||
|
groups:
|
||||||
|
1: AND
|
||||||
defaults:
|
defaults:
|
||||||
title: false
|
title: false
|
||||||
|
filters: false
|
||||||
|
filter_groups: false
|
||||||
display_description: ''
|
display_description: ''
|
||||||
display_extenders:
|
display_extenders:
|
||||||
views_ef_fieldset: { }
|
views_ef_fieldset: { }
|
||||||
@ -821,8 +886,70 @@ display:
|
|||||||
position: 1
|
position: 1
|
||||||
display_options:
|
display_options:
|
||||||
title: 'Types d''évenement'
|
title: 'Types d''évenement'
|
||||||
|
filters:
|
||||||
|
status:
|
||||||
|
id: status
|
||||||
|
table: taxonomy_term_field_data
|
||||||
|
field: status
|
||||||
|
entity_type: taxonomy_term
|
||||||
|
entity_field: status
|
||||||
|
plugin_id: boolean
|
||||||
|
value: '1'
|
||||||
|
group: 1
|
||||||
|
expose:
|
||||||
|
operator: ''
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
vid:
|
||||||
|
id: vid
|
||||||
|
table: taxonomy_term_field_data
|
||||||
|
field: vid
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
entity_type: taxonomy_term
|
||||||
|
entity_field: vid
|
||||||
|
plugin_id: bundle
|
||||||
|
operator: in
|
||||||
|
value:
|
||||||
|
types_d_evenement: types_d_evenement
|
||||||
|
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:
|
||||||
|
operator: AND
|
||||||
|
groups:
|
||||||
|
1: AND
|
||||||
defaults:
|
defaults:
|
||||||
title: false
|
title: false
|
||||||
|
filters: false
|
||||||
|
filter_groups: false
|
||||||
display_description: ''
|
display_description: ''
|
||||||
display_extenders:
|
display_extenders:
|
||||||
views_ef_fieldset: { }
|
views_ef_fieldset: { }
|
||||||
@ -853,8 +980,70 @@ display:
|
|||||||
position: 1
|
position: 1
|
||||||
display_options:
|
display_options:
|
||||||
title: 'Type de themes'
|
title: 'Type de themes'
|
||||||
|
filters:
|
||||||
|
status:
|
||||||
|
id: status
|
||||||
|
table: taxonomy_term_field_data
|
||||||
|
field: status
|
||||||
|
entity_type: taxonomy_term
|
||||||
|
entity_field: status
|
||||||
|
plugin_id: boolean
|
||||||
|
value: '1'
|
||||||
|
group: 1
|
||||||
|
expose:
|
||||||
|
operator: ''
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
vid:
|
||||||
|
id: vid
|
||||||
|
table: taxonomy_term_field_data
|
||||||
|
field: vid
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
entity_type: taxonomy_term
|
||||||
|
entity_field: vid
|
||||||
|
plugin_id: bundle
|
||||||
|
operator: in
|
||||||
|
value:
|
||||||
|
types_de_theme: types_de_theme
|
||||||
|
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:
|
||||||
|
operator: AND
|
||||||
|
groups:
|
||||||
|
1: AND
|
||||||
defaults:
|
defaults:
|
||||||
title: false
|
title: false
|
||||||
|
filters: false
|
||||||
|
filter_groups: false
|
||||||
display_description: ''
|
display_description: ''
|
||||||
display_extenders:
|
display_extenders:
|
||||||
views_ef_fieldset: { }
|
views_ef_fieldset: { }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user