From f2632177eda039397e66cbe1dd261e351e3be056 Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 15 Feb 2021 13:45:16 +0100 Subject: [PATCH] removed company's department field --- ..._display.taxonomy_term.company.default.yml | 9 -------- ..._display.taxonomy_term.company.default.yml | 9 -------- ...iew_display.taxonomy_term.company.home.yml | 9 -------- ...ew_display.taxonomy_term.company.print.yml | 2 -- ...axonomy_term.company.field_departement.yml | 19 ----------------- ...torage.taxonomy_term.field_departement.yml | 21 ------------------- ...lus.migration.d7_taxonomy_term_company.yml | 1 - ...lus.migration.d7_taxonomy_term_company.yml | 2 +- 8 files changed, 1 insertion(+), 71 deletions(-) delete mode 100644 config/sync/field.field.taxonomy_term.company.field_departement.yml delete mode 100644 config/sync/field.storage.taxonomy_term.field_departement.yml diff --git a/config/sync/core.entity_form_display.taxonomy_term.company.default.yml b/config/sync/core.entity_form_display.taxonomy_term.company.default.yml index 4775647..c04352f 100644 --- a/config/sync/core.entity_form_display.taxonomy_term.company.default.yml +++ b/config/sync/core.entity_form_display.taxonomy_term.company.default.yml @@ -4,7 +4,6 @@ status: true dependencies: config: - field.field.taxonomy_term.company.field_attachments - - field.field.taxonomy_term.company.field_departement - field.field.taxonomy_term.company.field_infos_from_company - field.field.taxonomy_term.company.field_memo - field.field.taxonomy_term.company.field_migration @@ -127,14 +126,6 @@ content: third_party_settings: { } type: file_generic region: content - field_departement: - weight: 13 - settings: - size: 60 - placeholder: '' - third_party_settings: { } - type: string_textfield - region: content field_infos_from_company: weight: 4 settings: diff --git a/config/sync/core.entity_view_display.taxonomy_term.company.default.yml b/config/sync/core.entity_view_display.taxonomy_term.company.default.yml index f2e6e43..a7b199e 100644 --- a/config/sync/core.entity_view_display.taxonomy_term.company.default.yml +++ b/config/sync/core.entity_view_display.taxonomy_term.company.default.yml @@ -4,7 +4,6 @@ status: true dependencies: config: - field.field.taxonomy_term.company.field_attachments - - field.field.taxonomy_term.company.field_departement - field.field.taxonomy_term.company.field_infos_from_company - field.field.taxonomy_term.company.field_memo - field.field.taxonomy_term.company.field_migration @@ -42,14 +41,6 @@ content: third_party_settings: { } type: file_default region: content - field_departement: - weight: 1 - label: above - settings: - link_to_entity: false - third_party_settings: { } - type: string - region: content field_infos_from_company: weight: 5 label: above diff --git a/config/sync/core.entity_view_display.taxonomy_term.company.home.yml b/config/sync/core.entity_view_display.taxonomy_term.company.home.yml index 73c1e6a..305c462 100644 --- a/config/sync/core.entity_view_display.taxonomy_term.company.home.yml +++ b/config/sync/core.entity_view_display.taxonomy_term.company.home.yml @@ -5,7 +5,6 @@ dependencies: config: - core.entity_view_mode.taxonomy_term.home - field.field.taxonomy_term.company.field_attachments - - field.field.taxonomy_term.company.field_departement - field.field.taxonomy_term.company.field_infos_from_company - field.field.taxonomy_term.company.field_memo - field.field.taxonomy_term.company.field_migration @@ -43,14 +42,6 @@ content: third_party_settings: { } type: file_default region: content - field_departement: - weight: 1 - label: above - settings: - link_to_entity: false - third_party_settings: { } - type: string - region: content field_infos_from_company: weight: 5 label: above diff --git a/config/sync/core.entity_view_display.taxonomy_term.company.print.yml b/config/sync/core.entity_view_display.taxonomy_term.company.print.yml index 4045193..0c64108 100644 --- a/config/sync/core.entity_view_display.taxonomy_term.company.print.yml +++ b/config/sync/core.entity_view_display.taxonomy_term.company.print.yml @@ -5,7 +5,6 @@ dependencies: config: - core.entity_view_mode.taxonomy_term.print - field.field.taxonomy_term.company.field_attachments - - field.field.taxonomy_term.company.field_departement - field.field.taxonomy_term.company.field_infos_from_company - field.field.taxonomy_term.company.field_memo - field.field.taxonomy_term.company.field_migration @@ -53,7 +52,6 @@ content: hidden: description: true field_attachments: true - field_departement: true field_infos_from_company: true field_memo: true field_migration: true diff --git a/config/sync/field.field.taxonomy_term.company.field_departement.yml b/config/sync/field.field.taxonomy_term.company.field_departement.yml deleted file mode 100644 index 486c0aa..0000000 --- a/config/sync/field.field.taxonomy_term.company.field_departement.yml +++ /dev/null @@ -1,19 +0,0 @@ -uuid: 307b8d98-a04e-4f9b-9d8e-a4a91736fca6 -langcode: en -status: true -dependencies: - config: - - field.storage.taxonomy_term.field_departement - - taxonomy.vocabulary.company -id: taxonomy_term.company.field_departement -field_name: field_departement -entity_type: taxonomy_term -bundle: company -label: Departement -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/config/sync/field.storage.taxonomy_term.field_departement.yml b/config/sync/field.storage.taxonomy_term.field_departement.yml deleted file mode 100644 index 164b5a9..0000000 --- a/config/sync/field.storage.taxonomy_term.field_departement.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: 854e4de2-d127-44d1-84ef-a8e7a4c65845 -langcode: en -status: true -dependencies: - module: - - taxonomy -id: taxonomy_term.field_departement -field_name: field_departement -entity_type: taxonomy_term -type: string -settings: - max_length: 255 - is_ascii: false - case_sensitive: false -module: core -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/sync/migrate_plus.migration.d7_taxonomy_term_company.yml b/config/sync/migrate_plus.migration.d7_taxonomy_term_company.yml index 97655a6..65f39a3 100644 --- a/config/sync/migrate_plus.migration.d7_taxonomy_term_company.yml +++ b/config/sync/migrate_plus.migration.d7_taxonomy_term_company.yml @@ -68,7 +68,6 @@ process: given_name: first_name family_name: last_name field_note: field_note - field_departement: field_departement description: plugin: iterator source: body diff --git a/web/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_taxonomy_term_company.yml b/web/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_taxonomy_term_company.yml index 7398ed7..3b21658 100644 --- a/web/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_taxonomy_term_company.yml +++ b/web/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_taxonomy_term_company.yml @@ -86,7 +86,7 @@ process: # data field_note: field_note - field_departement: field_departement + # field_departement: field_departement description: plugin: iterator source: body