From ae39088eb133c8b8d3aa4c5e11a731c26ed428b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kurucz=20Istv=C3=A1n?= <never@nevergone.hu> Date: Sun, 24 Apr 2022 03:11:32 +0200 Subject: [PATCH] d5_filter_format migration --- {migration_templates => migrations}/d5_filter_format.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) rename {migration_templates => migrations}/d5_filter_format.yml (86%) diff --git a/migration_templates/d5_filter_format.yml b/migrations/d5_filter_format.yml similarity index 86% rename from migration_templates/d5_filter_format.yml rename to migrations/d5_filter_format.yml index b1460f7..547114d 100644 --- a/migration_templates/d5_filter_format.yml +++ b/migrations/d5_filter_format.yml @@ -9,15 +9,10 @@ process: - plugin: machine_name source: name - - - plugin: dedupe_entity - entity_type: filter_format - field: format - length: 32 name: name cache: cache filters: - plugin: iterator + plugin: sub_process source: filters key: '@id' process: -- GitLab