removed language field from workflows form #bugfix

This commit is contained in:
Bachir Soussi Chiadmi 2024-08-24 21:55:41 +02:00
parent 07b267a964
commit 9821e593db
2 changed files with 92 additions and 0 deletions

View File

@ -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

View File

@ -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