updated migration to add workflow state and also skipe notice pages, added favicon, improved admin views
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
features:
|
||||
node_user_picture: false
|
||||
comment_user_picture: true
|
||||
comment_user_verification: true
|
||||
favicon: 1
|
||||
logo:
|
||||
use_default: 1
|
||||
favicon:
|
||||
use_default: 0
|
||||
path: sites/all/themes/custom/edlptheme/favicon.ico
|
||||
mimetype: image/vnd.microsoft.icon
|
||||
@@ -1,5 +1,6 @@
|
||||
module:
|
||||
action: 0
|
||||
actions_permissions: 0
|
||||
admin_toolbar: 0
|
||||
admin_toolbar_links_access_filter: 0
|
||||
admin_toolbar_tools: 0
|
||||
@@ -8,6 +9,7 @@ module:
|
||||
ban: 0
|
||||
block: 0
|
||||
breakpoint: 0
|
||||
bulkdelete: 0
|
||||
ckeditor: 0
|
||||
config: 0
|
||||
config_devel: 0
|
||||
@@ -68,6 +70,8 @@ module:
|
||||
update: 0
|
||||
user: 0
|
||||
views: 0
|
||||
views_bulk_edit: 0
|
||||
views_bulk_operations: 0
|
||||
views_ui: 0
|
||||
workflow: 0
|
||||
workflow_access: 0
|
||||
|
||||
@@ -0,0 +1,55 @@
|
||||
label: 'Workflow Entity history'
|
||||
description: 'Enable this View to configure the history tab.'
|
||||
display:
|
||||
default:
|
||||
display_title: Master
|
||||
display_options:
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Apply
|
||||
reset_button_label: Reset
|
||||
exposed_sorts_label: 'Sort by'
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
pager:
|
||||
options:
|
||||
expose:
|
||||
items_per_page_label: 'Items per page'
|
||||
items_per_page_options_all_label: '- All -'
|
||||
offset_label: Offset
|
||||
tags:
|
||||
previous: ‹‹
|
||||
next: ››
|
||||
fields:
|
||||
hid:
|
||||
label: 'Transition ID'
|
||||
separator: ', '
|
||||
timestamp:
|
||||
label: Timestamp
|
||||
separator: ', '
|
||||
field_name:
|
||||
label: 'Field name'
|
||||
separator: ', '
|
||||
from_sid:
|
||||
label: 'From state'
|
||||
separator: ', '
|
||||
to_sid:
|
||||
label: 'To state'
|
||||
separator: ', '
|
||||
uid:
|
||||
label: 'User ID'
|
||||
separator: ', '
|
||||
comment:
|
||||
label: 'Log message'
|
||||
separator: ', '
|
||||
operations:
|
||||
label: Operations
|
||||
arguments:
|
||||
entity_id:
|
||||
exception:
|
||||
title: All
|
||||
title: 'Workflow history'
|
||||
workflow_history_tab:
|
||||
display_title: 'Workflow history tab'
|
||||
display_options:
|
||||
display_description: 'Replaces the transition list in the Workflow tab.'
|
||||
@@ -1,8 +1,15 @@
|
||||
uuid: null
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: d6_edlp_allfiles
|
||||
label: 'Edlp Drupal 6 mp3 migration'
|
||||
class: null
|
||||
field_plugin_method: null
|
||||
cck_plugin_method: null
|
||||
migration_tags:
|
||||
- 'Drupal 6'
|
||||
migration_group: d6_edlp
|
||||
label: 'Edlp Drupal 6 mp3 migration'
|
||||
source:
|
||||
plugin: d6_edlp_file
|
||||
constants:
|
||||
@@ -37,3 +44,4 @@ process:
|
||||
uid: uid
|
||||
destination:
|
||||
plugin: 'entity:file'
|
||||
migration_dependencies: null
|
||||
|
||||
@@ -1,9 +1,15 @@
|
||||
uuid: null
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: d6_edlp_corpus
|
||||
label: 'Edlp Drupal 6 corpus'
|
||||
class: null
|
||||
field_plugin_method: null
|
||||
cck_plugin_method: null
|
||||
migration_tags:
|
||||
- 'Drupal 6'
|
||||
deriver: Drupal\node\Plugin\migrate\D6NodeDeriver
|
||||
migration_group: d6_edlp
|
||||
label: 'Edlp Drupal 6 corpus'
|
||||
source:
|
||||
plugin: d6_edlp_corpus
|
||||
node_type: corpus
|
||||
@@ -64,13 +70,11 @@ process:
|
||||
migration: d6_edlp_allfiles
|
||||
source: sons_fid
|
||||
status:
|
||||
plugin: static_map
|
||||
source: workflow
|
||||
map:
|
||||
1: 0
|
||||
2: 0
|
||||
3: 1
|
||||
4: 1
|
||||
plugin: default_value
|
||||
default_value: 1
|
||||
field_workflow:
|
||||
plugin: default_value
|
||||
default_value: corpus_documents_publie
|
||||
destination:
|
||||
plugin: 'entity:node'
|
||||
migration_dependencies:
|
||||
|
||||
@@ -1,8 +1,15 @@
|
||||
uuid: null
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: d6_edlp_entrees
|
||||
label: 'Edlp Drupal 6 entrees'
|
||||
class: null
|
||||
field_plugin_method: null
|
||||
cck_plugin_method: null
|
||||
migration_tags:
|
||||
- 'Drupal 6'
|
||||
migration_group: d6_edlp
|
||||
label: 'Edlp Drupal 6 entrees'
|
||||
source:
|
||||
plugin: d6_edlp_taxonomy_term_entree
|
||||
bundle: 2
|
||||
@@ -28,3 +35,4 @@ process:
|
||||
weight: weight
|
||||
destination:
|
||||
plugin: 'entity:taxonomy_term'
|
||||
migration_dependencies: null
|
||||
|
||||
@@ -1,9 +1,15 @@
|
||||
uuid: null
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: d6_edlp_evenements
|
||||
label: 'Edlp Drupal 6 evenement migration'
|
||||
class: null
|
||||
field_plugin_method: null
|
||||
cck_plugin_method: null
|
||||
migration_tags:
|
||||
- 'Drupal 6'
|
||||
deriver: Drupal\node\Plugin\migrate\D6NodeDeriver
|
||||
migration_group: d6_edlp
|
||||
label: 'Edlp Drupal 6 evenement migration'
|
||||
source:
|
||||
plugin: d6_edlp_evenements
|
||||
node_type: event
|
||||
@@ -42,13 +48,16 @@ process:
|
||||
plugin: default_value
|
||||
default_value: wysiwyg
|
||||
status:
|
||||
plugin: default_value
|
||||
default_value: 1
|
||||
field_workflow_generic:
|
||||
plugin: static_map
|
||||
source: workflow
|
||||
map:
|
||||
1: 0
|
||||
2: 0
|
||||
3: 1
|
||||
4: 1
|
||||
1: generique_masque
|
||||
2: generique_masque
|
||||
3: generique_publie
|
||||
4: generique_publie
|
||||
field_date/value: date
|
||||
field_date/end_value: date
|
||||
destination:
|
||||
|
||||
@@ -1,8 +1,15 @@
|
||||
uuid: null
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: d6_edlp_genres
|
||||
label: 'Edlp Drupal 6 genres'
|
||||
class: null
|
||||
field_plugin_method: null
|
||||
cck_plugin_method: null
|
||||
migration_tags:
|
||||
- 'Drupal 6'
|
||||
migration_group: d6_edlp
|
||||
label: 'Edlp Drupal 6 genres'
|
||||
source:
|
||||
plugin: d6_taxonomy_term
|
||||
bundle: 3
|
||||
@@ -14,3 +21,4 @@ process:
|
||||
default_value: genres
|
||||
destination:
|
||||
plugin: 'entity:taxonomy_term'
|
||||
migration_dependencies: null
|
||||
|
||||
@@ -1,8 +1,15 @@
|
||||
uuid: null
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: d6_edlp_langues
|
||||
label: 'Edlp Drupal 6 langues'
|
||||
class: null
|
||||
field_plugin_method: null
|
||||
cck_plugin_method: null
|
||||
migration_tags:
|
||||
- 'Drupal 6'
|
||||
migration_group: d6_edlp
|
||||
label: 'Edlp Drupal 6 langues'
|
||||
source:
|
||||
plugin: d6_taxonomy_term
|
||||
bundle: 4
|
||||
@@ -14,3 +21,4 @@ process:
|
||||
default_value: langues
|
||||
destination:
|
||||
plugin: 'entity:taxonomy_term'
|
||||
migration_dependencies: null
|
||||
|
||||
@@ -1,9 +1,15 @@
|
||||
id: d6_edlp_page
|
||||
label: 'Edlp Drupal 6 page'
|
||||
uuid: 4faf4493-7e25-44cc-85c9-645c1f432059
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: d6_edlp_pages
|
||||
class: null
|
||||
field_plugin_method: null
|
||||
cck_plugin_method: null
|
||||
migration_tags:
|
||||
- 'Drupal 6'
|
||||
deriver: Drupal\node\Plugin\migrate\D6NodeDeriver
|
||||
migration_group: d6_edlp
|
||||
label: 'Edlp Drupal 6 pages'
|
||||
source:
|
||||
plugin: d6_edlp_pages
|
||||
node_type: page
|
||||
@@ -46,9 +52,14 @@ process:
|
||||
migration: d6_edlp_entrees
|
||||
source: entrees
|
||||
field_page_type:
|
||||
plugin: migration_lookup
|
||||
migration: d6_edlp_pagetype
|
||||
source: page_type
|
||||
-
|
||||
plugin: skip_on_empty
|
||||
method: row
|
||||
message: 'Page type is missing, skiping row'
|
||||
source: page_type
|
||||
-
|
||||
plugin: migration_lookup
|
||||
migration: d6_edlp_pagetype
|
||||
field_son:
|
||||
plugin: migration_lookup
|
||||
migration: d6_edlp_allfiles
|
||||
@@ -58,13 +69,16 @@ process:
|
||||
migration: d6_edlp_allfiles
|
||||
source: visuels_fid
|
||||
status:
|
||||
plugin: default_value
|
||||
default_value: 1
|
||||
field_workflow_generic:
|
||||
plugin: static_map
|
||||
source: workflow
|
||||
map:
|
||||
1: 0
|
||||
2: 0
|
||||
3: 1
|
||||
4: 1
|
||||
1: generique_masque
|
||||
2: generique_masque
|
||||
3: generique_publie
|
||||
4: generique_publie
|
||||
destination:
|
||||
plugin: 'entity:node'
|
||||
migration_dependencies:
|
||||
|
||||
@@ -1,8 +1,15 @@
|
||||
uuid: null
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: d6_edlp_pagetype
|
||||
label: 'Edlp Drupal 6 type de page'
|
||||
class: null
|
||||
field_plugin_method: null
|
||||
cck_plugin_method: null
|
||||
migration_tags:
|
||||
- 'Drupal 6'
|
||||
migration_group: d6_edlp
|
||||
label: 'Edlp Drupal 6 type de page'
|
||||
source:
|
||||
plugin: d6_taxonomy_term
|
||||
bundle: 1
|
||||
@@ -14,3 +21,4 @@ process:
|
||||
default_value: page_type
|
||||
destination:
|
||||
plugin: 'entity:taxonomy_term'
|
||||
migration_dependencies: null
|
||||
|
||||
@@ -1,9 +1,15 @@
|
||||
uuid: null
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: d6_edlp_sons
|
||||
label: 'Edlp Drupal 6 sons'
|
||||
class: null
|
||||
field_plugin_method: null
|
||||
cck_plugin_method: null
|
||||
migration_tags:
|
||||
- 'Drupal 6'
|
||||
deriver: Drupal\node\Plugin\migrate\D6NodeDeriver
|
||||
migration_group: d6_edlp
|
||||
label: 'Edlp Drupal 6 sons'
|
||||
source:
|
||||
plugin: d6_edlp_sons
|
||||
node_type: son
|
||||
|
||||
@@ -1,8 +1,15 @@
|
||||
uuid: null
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: d6_edlp_users
|
||||
label: 'Edlp Drupal 6 User accounts'
|
||||
class: null
|
||||
field_plugin_method: null
|
||||
cck_plugin_method: null
|
||||
migration_tags:
|
||||
- 'Drupal 6'
|
||||
migration_group: d6_edlp
|
||||
label: 'Edlp Drupal 6 User accounts'
|
||||
source:
|
||||
plugin: d6_edlp_users
|
||||
process:
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
uuid: null
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: d6_edlp
|
||||
label: 'D6 Edlp'
|
||||
description: 'Drupal 6 edlp content migration to Drupal 8.'
|
||||
source_type: 'Drupal 6.'
|
||||
module: null
|
||||
shared_configuration:
|
||||
source:
|
||||
key: legacy
|
||||
|
||||
+23
@@ -0,0 +1,23 @@
|
||||
uuid: 9bd6df98-7cd5-4529-b8ca-c62398e9f400
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- workflow
|
||||
id: change_a_node_to_workflow_double_fond_state_documents_
|
||||
label: 'Change Workflow state to double-fond (documents)'
|
||||
type: node
|
||||
plugin: workflow_node_given_state_action
|
||||
configuration:
|
||||
field_name: field_workflow
|
||||
force: 0
|
||||
to_sid: corpus_documents_double_fond
|
||||
workflow_scheduling:
|
||||
scheduled: '0'
|
||||
date_time:
|
||||
workflow_scheduled_date: '2018-02-08'
|
||||
workflow_scheduled_hour: '00:00'
|
||||
workflow_scheduled_timezone: Europe/Paris
|
||||
workflow_scheduled_help: ''
|
||||
comment: 'New state is set by a triggered Action.'
|
||||
+23
@@ -0,0 +1,23 @@
|
||||
uuid: 7482c32f-44d2-4a21-92ef-28a18bc8bd8c
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- workflow
|
||||
id: change_a_node_to_workflow_state_publie_documents_
|
||||
label: 'Change Workflow state to Publié (documents)'
|
||||
type: node
|
||||
plugin: workflow_node_given_state_action
|
||||
configuration:
|
||||
field_name: field_workflow
|
||||
force: 0
|
||||
to_sid: corpus_documents_publie
|
||||
workflow_scheduling:
|
||||
scheduled: '0'
|
||||
date_time:
|
||||
workflow_scheduled_date: '2018-02-08'
|
||||
workflow_scheduled_hour: '00:00'
|
||||
workflow_scheduled_timezone: Europe/Paris
|
||||
workflow_scheduled_help: ''
|
||||
comment: 'New state is set by a triggered Action.'
|
||||
@@ -0,0 +1,23 @@
|
||||
uuid: a35f2b78-38bc-43a9-9626-84b10fc1ad32
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- workflow
|
||||
id: change_workflow_state_to_sas_documents_
|
||||
label: 'Change Workflow state to Sas (documents)'
|
||||
type: node
|
||||
plugin: workflow_node_given_state_action
|
||||
configuration:
|
||||
field_name: field_workflow
|
||||
force: 0
|
||||
to_sid: corpus_documents_sas
|
||||
workflow_scheduling:
|
||||
scheduled: '0'
|
||||
date_time:
|
||||
workflow_scheduled_date: '2018-02-08'
|
||||
workflow_scheduled_hour: '00:00'
|
||||
workflow_scheduled_timezone: Europe/Paris
|
||||
workflow_scheduled_help: ''
|
||||
comment: 'New state is set by a triggered Action.'
|
||||
@@ -68,6 +68,8 @@ permissions:
|
||||
- 'administer workflow'
|
||||
- 'assign domain administrators'
|
||||
- 'ban IP addresses'
|
||||
- 'bypass corpus_documents workflow_transition access'
|
||||
- 'bypass generique workflow_transition access'
|
||||
- 'bypass node access'
|
||||
- 'cancel account'
|
||||
- 'change own username'
|
||||
|
||||
@@ -15,6 +15,7 @@ dependencies:
|
||||
- field.storage.node.field_page_liee
|
||||
- field.storage.node.field_page_type
|
||||
- field.storage.node.field_son
|
||||
- field.storage.node.field_view_mode
|
||||
- field.storage.node.field_visuel
|
||||
- field.storage.node.field_workflow
|
||||
- field.storage.node.field_workflow_generic
|
||||
@@ -94,18 +95,28 @@ display:
|
||||
summary: ''
|
||||
description: ''
|
||||
columns:
|
||||
node_bulk_form: node_bulk_form
|
||||
field_visuel: field_visuel
|
||||
field_page_type: title
|
||||
title: title
|
||||
status: title
|
||||
field_view_mode: title
|
||||
field_workflow_generic: title
|
||||
operations: title
|
||||
field_date: field_date
|
||||
field_son: field_son
|
||||
term_node_tid: term_node_tid
|
||||
field_page_liee: field_page_liee
|
||||
name: name
|
||||
changed: changed
|
||||
status: title
|
||||
info:
|
||||
node_bulk_form:
|
||||
field_visuel:
|
||||
sortable: false
|
||||
default_sort_order: asc
|
||||
align: ''
|
||||
separator: ''
|
||||
empty_column: false
|
||||
responsive: ''
|
||||
field_page_type:
|
||||
sortable: false
|
||||
default_sort_order: asc
|
||||
align: ''
|
||||
separator: ''
|
||||
empty_column: false
|
||||
@@ -117,8 +128,8 @@ display:
|
||||
separator: '<br/>'
|
||||
empty_column: false
|
||||
responsive: ''
|
||||
status:
|
||||
sortable: true
|
||||
field_view_mode:
|
||||
sortable: false
|
||||
default_sort_order: asc
|
||||
align: ''
|
||||
separator: ''
|
||||
@@ -136,9 +147,7 @@ display:
|
||||
separator: ''
|
||||
empty_column: false
|
||||
responsive: ''
|
||||
field_date:
|
||||
sortable: false
|
||||
default_sort_order: asc
|
||||
field_son:
|
||||
align: ''
|
||||
separator: ''
|
||||
empty_column: false
|
||||
@@ -148,11 +157,6 @@ display:
|
||||
separator: ''
|
||||
empty_column: false
|
||||
responsive: ''
|
||||
field_page_liee:
|
||||
align: ''
|
||||
separator: ''
|
||||
empty_column: false
|
||||
responsive: ''
|
||||
name:
|
||||
sortable: false
|
||||
default_sort_order: asc
|
||||
@@ -167,6 +171,13 @@ display:
|
||||
separator: ''
|
||||
empty_column: false
|
||||
responsive: priority-low
|
||||
status:
|
||||
sortable: true
|
||||
default_sort_order: asc
|
||||
align: ''
|
||||
separator: ''
|
||||
empty_column: false
|
||||
responsive: ''
|
||||
default: changed
|
||||
empty_table: true
|
||||
row:
|
||||
@@ -1153,22 +1164,6 @@ display:
|
||||
groups:
|
||||
1: AND
|
||||
fields:
|
||||
node_bulk_form:
|
||||
id: node_bulk_form
|
||||
table: node
|
||||
field: node_bulk_form
|
||||
label: ''
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
element_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
plugin_id: node_bulk_form
|
||||
entity_type: node
|
||||
field_visuel:
|
||||
id: field_visuel
|
||||
table: node__field_visuel
|
||||
@@ -1316,6 +1311,180 @@ display:
|
||||
settings:
|
||||
link_to_entity: true
|
||||
plugin_id: field
|
||||
field_view_mode:
|
||||
id: field_view_mode
|
||||
table: node__field_view_mode
|
||||
field: field_view_mode
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: 'Mode d''affichage'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: true
|
||||
text: 'Affichage : {{ field_view_mode }}'
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: value
|
||||
type: list_default
|
||||
settings: { }
|
||||
group_column: value
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
plugin_id: field
|
||||
field_workflow_generic:
|
||||
id: field_workflow_generic
|
||||
table: node__field_workflow_generic
|
||||
field: field_workflow_generic
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: Workflow
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: value
|
||||
type: list_default
|
||||
settings: { }
|
||||
group_column: value
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
plugin_id: field
|
||||
operations:
|
||||
id: operations
|
||||
table: node
|
||||
field: operations
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: Operations
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
destination: true
|
||||
plugin_id: entity_operations
|
||||
field_son:
|
||||
id: field_son
|
||||
table: node__field_son
|
||||
@@ -1556,118 +1725,6 @@ display:
|
||||
plugin_id: field
|
||||
entity_type: node
|
||||
entity_field: status
|
||||
field_workflow_generic:
|
||||
id: field_workflow_generic
|
||||
table: node__field_workflow_generic
|
||||
field: field_workflow_generic
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: Workflow
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: value
|
||||
type: list_default
|
||||
settings: { }
|
||||
group_column: value
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
plugin_id: field
|
||||
operations:
|
||||
id: operations
|
||||
table: node
|
||||
field: operations
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: Operations
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
destination: true
|
||||
plugin_id: entity_operations
|
||||
title: Production
|
||||
display_plugin: page
|
||||
display_title: Production
|
||||
@@ -1686,6 +1743,7 @@ display:
|
||||
tags:
|
||||
- 'config:field.storage.node.field_page_type'
|
||||
- 'config:field.storage.node.field_son'
|
||||
- 'config:field.storage.node.field_view_mode'
|
||||
- 'config:field.storage.node.field_visuel'
|
||||
- 'config:field.storage.node.field_workflow_generic'
|
||||
page_2:
|
||||
@@ -1717,6 +1775,49 @@ display:
|
||||
plugin_id: node_status
|
||||
group: 1
|
||||
entity_type: node
|
||||
field_workflow_value:
|
||||
id: field_workflow_value
|
||||
table: node__field_workflow
|
||||
field: field_workflow_value
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
operator: or
|
||||
value: { }
|
||||
group: 1
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: field_workflow_value_op
|
||||
label: Workflow
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: field_workflow_value_op
|
||||
identifier: field_workflow_value
|
||||
required: false
|
||||
remember: false
|
||||
multiple: false
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
anonymous: '0'
|
||||
collectionneur: '0'
|
||||
admin: '0'
|
||||
root: '0'
|
||||
invite: '0'
|
||||
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: { }
|
||||
reduce_duplicates: false
|
||||
plugin_id: workflow_state
|
||||
type:
|
||||
id: type
|
||||
table: node_field_data
|
||||
@@ -1896,49 +1997,6 @@ display:
|
||||
hierarchy: true
|
||||
error_message: true
|
||||
plugin_id: taxonomy_index_tid
|
||||
field_workflow_value:
|
||||
id: field_workflow_value
|
||||
table: node__field_workflow
|
||||
field: field_workflow_value
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
operator: or
|
||||
value: { }
|
||||
group: 1
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: field_workflow_value_op
|
||||
label: Workflow
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: field_workflow_value_op
|
||||
identifier: field_workflow_value
|
||||
required: false
|
||||
remember: false
|
||||
multiple: false
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
anonymous: '0'
|
||||
collectionneur: '0'
|
||||
admin: '0'
|
||||
root: '0'
|
||||
invite: '0'
|
||||
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: { }
|
||||
reduce_duplicates: false
|
||||
plugin_id: workflow_state
|
||||
defaults:
|
||||
filters: false
|
||||
filter_groups: false
|
||||
@@ -1950,62 +2008,6 @@ display:
|
||||
1: AND
|
||||
title: Collection
|
||||
fields:
|
||||
node_bulk_form:
|
||||
id: node_bulk_form
|
||||
table: node
|
||||
field: node_bulk_form
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: ''
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
action_title: Action
|
||||
include_exclude: include
|
||||
selected_actions:
|
||||
- change_a_node_to_next_workflow_state
|
||||
- node_publish_action
|
||||
- node_unpublish_action
|
||||
plugin_id: node_bulk_form
|
||||
entity_type: node
|
||||
title:
|
||||
id: title
|
||||
table: node_field_data
|
||||
@@ -2955,22 +2957,6 @@ display:
|
||||
groups:
|
||||
1: AND
|
||||
fields:
|
||||
node_bulk_form:
|
||||
id: node_bulk_form
|
||||
table: node
|
||||
field: node_bulk_form
|
||||
label: ''
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
element_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
plugin_id: node_bulk_form
|
||||
entity_type: node
|
||||
title:
|
||||
id: title
|
||||
table: node_field_data
|
||||
@@ -3639,22 +3625,6 @@ display:
|
||||
groups:
|
||||
1: AND
|
||||
fields:
|
||||
node_bulk_form:
|
||||
id: node_bulk_form
|
||||
table: node
|
||||
field: node_bulk_form
|
||||
label: ''
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
element_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
plugin_id: node_bulk_form
|
||||
entity_type: node
|
||||
title:
|
||||
id: title
|
||||
table: node_field_data
|
||||
|
||||
@@ -6,5 +6,5 @@ id: corpus_documents_double_fond
|
||||
label: Double-fond
|
||||
module: null
|
||||
wid: corpus_documents
|
||||
weight: -8
|
||||
weight: -7
|
||||
sysid: 0
|
||||
|
||||
@@ -6,5 +6,5 @@ id: corpus_documents_publie
|
||||
label: Publié
|
||||
module: null
|
||||
wid: corpus_documents
|
||||
weight: -7
|
||||
weight: -8
|
||||
sysid: 0
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
uuid: a5d13c30-62ef-4ea3-86e6-ee52a2c8e993
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: corpus_documents_sas
|
||||
label: Sas
|
||||
module: null
|
||||
wid: corpus_documents
|
||||
weight: -8
|
||||
sysid: 0
|
||||
+2
@@ -12,3 +12,5 @@ roles:
|
||||
collectionneur: collectionneur
|
||||
admin: admin
|
||||
root: root
|
||||
anonymous: '0'
|
||||
authenticated: '0'
|
||||
|
||||
@@ -12,3 +12,5 @@ roles:
|
||||
collectionneur: collectionneur
|
||||
admin: admin
|
||||
root: root
|
||||
anonymous: '0'
|
||||
authenticated: '0'
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
uuid: 045c93fd-851c-49e9-a62a-e34c1c47a075
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: corpus_documents_creation_sas
|
||||
label: null
|
||||
module: null
|
||||
from_sid: corpus_documents_creation
|
||||
to_sid: corpus_documents_sas
|
||||
roles:
|
||||
workflow_author: workflow_author
|
||||
collectionneur: collectionneur
|
||||
admin: admin
|
||||
root: root
|
||||
anonymous: '0'
|
||||
authenticated: '0'
|
||||
@@ -12,3 +12,5 @@ roles:
|
||||
collectionneur: collectionneur
|
||||
admin: admin
|
||||
root: root
|
||||
anonymous: '0'
|
||||
authenticated: '0'
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
uuid: 1f932ace-05d8-4f89-af3c-e544b0908c9c
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: corpus_documents_double_fond_sas
|
||||
label: null
|
||||
module: null
|
||||
from_sid: corpus_documents_double_fond
|
||||
to_sid: corpus_documents_sas
|
||||
roles:
|
||||
workflow_author: workflow_author
|
||||
collectionneur: collectionneur
|
||||
admin: admin
|
||||
root: root
|
||||
anonymous: '0'
|
||||
authenticated: '0'
|
||||
@@ -12,3 +12,5 @@ roles:
|
||||
collectionneur: collectionneur
|
||||
admin: admin
|
||||
root: root
|
||||
anonymous: '0'
|
||||
authenticated: '0'
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
uuid: 3eebfc5b-d5bf-48cb-9a8b-fd71b6d87c35
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: corpus_documents_publie_sas
|
||||
label: null
|
||||
module: null
|
||||
from_sid: corpus_documents_publie
|
||||
to_sid: corpus_documents_sas
|
||||
roles:
|
||||
workflow_author: workflow_author
|
||||
collectionneur: collectionneur
|
||||
admin: admin
|
||||
root: root
|
||||
anonymous: '0'
|
||||
authenticated: '0'
|
||||
@@ -0,0 +1,16 @@
|
||||
uuid: e301deec-809c-4be0-85a4-aae848e1e760
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: corpus_documents_sas_double_fond
|
||||
label: null
|
||||
module: null
|
||||
from_sid: corpus_documents_sas
|
||||
to_sid: corpus_documents_double_fond
|
||||
roles:
|
||||
workflow_author: workflow_author
|
||||
collectionneur: collectionneur
|
||||
admin: admin
|
||||
root: root
|
||||
anonymous: '0'
|
||||
authenticated: '0'
|
||||
@@ -0,0 +1,16 @@
|
||||
uuid: 59df5d9a-f144-46a3-a761-d1952aa49c7f
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: corpus_documents_sas_publie
|
||||
label: null
|
||||
module: null
|
||||
from_sid: corpus_documents_sas
|
||||
to_sid: corpus_documents_publie
|
||||
roles:
|
||||
workflow_author: workflow_author
|
||||
collectionneur: collectionneur
|
||||
admin: admin
|
||||
root: root
|
||||
anonymous: '0'
|
||||
authenticated: '0'
|
||||
@@ -0,0 +1,10 @@
|
||||
uuid: 66d23a54-cb59-427b-a4fe-f2b7ba364be3
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: corpus_documents_sas_sas
|
||||
label: null
|
||||
module: null
|
||||
from_sid: corpus_documents_sas
|
||||
to_sid: corpus_documents_sas
|
||||
roles: { }
|
||||
Reference in New Issue
Block a user