From 9821e593db2547d9d749e5d5a42334955669c7f4 Mon Sep 17 00:00:00 2001 From: bach Date: Sat, 24 Aug 2024 21:55:41 +0200 Subject: [PATCH] removed language field from workflows form #bugfix --- ....workflow_transition.migration.default.yml | 46 +++++++++++++++++++ ...y.workflow_transition.workflow.default.yml | 46 +++++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 config/sync/core.entity_form_display.workflow_transition.migration.default.yml create mode 100644 config/sync/core.entity_form_display.workflow_transition.workflow.default.yml diff --git a/config/sync/core.entity_form_display.workflow_transition.migration.default.yml b/config/sync/core.entity_form_display.workflow_transition.migration.default.yml new file mode 100644 index 00000000..e107dc66 --- /dev/null +++ b/config/sync/core.entity_form_display.workflow_transition.migration.default.yml @@ -0,0 +1,46 @@ +uuid: 77d682c9-4593-4e1c-8135-46237f53eb0b +langcode: fr +status: true +dependencies: + config: + - workflow.workflow.migration + module: + - autocomplete_deluxe +id: workflow_transition.migration.default +targetEntityType: workflow_transition +bundle: migration +mode: default +content: + comment: + type: string_textarea + weight: 2 + region: content + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + timestamp: + type: datetime_timestamp + weight: 1 + region: content + settings: { } + third_party_settings: { } + to_sid: + type: autocomplete_deluxe + weight: 0 + region: content + settings: + match_operator: CONTAINS + autocomplete_route_name: autocomplete_deluxe.autocomplete + size: 60 + selection_handler: default + limit: 10 + min_length: 0 + delimiter: '' + not_found_message_allow: false + not_found_message: "The term '@term' will be added" + new_terms: false + no_empty_message: 'No terms could be found. Please type in order to add a new term.' + third_party_settings: { } +hidden: + langcode: true diff --git a/config/sync/core.entity_form_display.workflow_transition.workflow.default.yml b/config/sync/core.entity_form_display.workflow_transition.workflow.default.yml new file mode 100644 index 00000000..5332f85c --- /dev/null +++ b/config/sync/core.entity_form_display.workflow_transition.workflow.default.yml @@ -0,0 +1,46 @@ +uuid: bdc1dc21-a187-46a0-87f6-5ff2fe102e12 +langcode: fr +status: true +dependencies: + config: + - workflow.workflow.workflow + module: + - autocomplete_deluxe +id: workflow_transition.workflow.default +targetEntityType: workflow_transition +bundle: workflow +mode: default +content: + comment: + type: string_textarea + weight: 2 + region: content + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + timestamp: + type: datetime_timestamp + weight: 1 + region: content + settings: { } + third_party_settings: { } + to_sid: + type: autocomplete_deluxe + weight: 0 + region: content + settings: + match_operator: CONTAINS + autocomplete_route_name: autocomplete_deluxe.autocomplete + size: 60 + selection_handler: default + limit: 10 + min_length: 0 + delimiter: '' + not_found_message_allow: false + not_found_message: "The term '@term' will be added" + new_terms: false + no_empty_message: 'No terms could be found. Please type in order to add a new term.' + third_party_settings: { } +hidden: + langcode: true