From 98d9ece6e73594f5030313b4ed964243ba256487 Mon Sep 17 00:00:00 2001 From: bach Date: Thu, 24 Jun 2021 22:22:47 +0200 Subject: [PATCH] fixed synonyms update: need to reconfigure the all synonyms --- .../views.view.commerce_checkout_order_summary.yml | 1 + .../fr/views.view.simplenews_subscribers.yml | 2 ++ config/sync/search_api.index.autocomplete.yml | 9 --------- config/sync/synonyms.settings.yml | 4 ++++ ...plete_taxonomy_term_thesaurus_field_synonyms.yml | 13 ------------- 5 files changed, 7 insertions(+), 22 deletions(-) create mode 100644 config/sync/synonyms.settings.yml delete mode 100644 config/sync/synonyms.synonym.field.synonyms.behavior.autocomplete_taxonomy_term_thesaurus_field_synonyms.yml diff --git a/config/sync/language/fr/views.view.commerce_checkout_order_summary.yml b/config/sync/language/fr/views.view.commerce_checkout_order_summary.yml index 1953fc9..5b6c14e 100644 --- a/config/sync/language/fr/views.view.commerce_checkout_order_summary.yml +++ b/config/sync/language/fr/views.view.commerce_checkout_order_summary.yml @@ -1,3 +1,4 @@ +label: 'Résumé de la commande' display: default: display_title: Maître diff --git a/config/sync/language/fr/views.view.simplenews_subscribers.yml b/config/sync/language/fr/views.view.simplenews_subscribers.yml index b323138..ffb34bb 100644 --- a/config/sync/language/fr/views.view.simplenews_subscribers.yml +++ b/config/sync/language/fr/views.view.simplenews_subscribers.yml @@ -25,6 +25,8 @@ display: label: Courriel user_name: label: 'Nom d''utilisateur' + subscriptions_target_id: + separator: ', ' status: label: Actif created: diff --git a/config/sync/search_api.index.autocomplete.yml b/config/sync/search_api.index.autocomplete.yml index 1ed179f..87b561a 100644 --- a/config/sync/search_api.index.autocomplete.yml +++ b/config/sync/search_api.index.autocomplete.yml @@ -5,7 +5,6 @@ dependencies: module: - search_api_solr - taxonomy - - synonyms - search_api - materio_sapi config: @@ -73,14 +72,6 @@ field_settings: dependencies: module: - taxonomy - synonyms: - label: 'Entity synonyms' - datasource_id: 'entity:taxonomy_term' - property_path: synonyms - type: 'solr_text_custom:ngram' - dependencies: - module: - - synonyms tid: label: 'Term ID' datasource_id: 'entity:taxonomy_term' diff --git a/config/sync/synonyms.settings.yml b/config/sync/synonyms.settings.yml new file mode 100644 index 0000000..6b8deb2 --- /dev/null +++ b/config/sync/synonyms.settings.yml @@ -0,0 +1,4 @@ +wording_type: default +wording_type_label: Default +_core: + default_config_hash: lRAfT0kEgx-vGuLIywiXAVZKH84AK1H40zN5MHyqT38 diff --git a/config/sync/synonyms.synonym.field.synonyms.behavior.autocomplete_taxonomy_term_thesaurus_field_synonyms.yml b/config/sync/synonyms.synonym.field.synonyms.behavior.autocomplete_taxonomy_term_thesaurus_field_synonyms.yml deleted file mode 100644 index 286de55..0000000 --- a/config/sync/synonyms.synonym.field.synonyms.behavior.autocomplete_taxonomy_term_thesaurus_field_synonyms.yml +++ /dev/null @@ -1,13 +0,0 @@ -uuid: 9c2ce416-af84-4135-ad33-6e43b328337b -langcode: en -status: true -dependencies: - config: - - field.field.taxonomy_term.thesaurus.field_synonyms -id: field.synonyms.behavior.autocomplete_taxonomy_term_thesaurus_field_synonyms -provider_plugin: 'field:synonyms.behavior.autocomplete_taxonomy_term_thesaurus_field_synonyms' -base_provider_plugin: field -provider_configuration: { } -behavior: synonyms.behavior.autocomplete -behavior_configuration: - wording: '@entity_label (@synonym)'