From 2946c43d1425a47839721619a959ee849e1ffbd2 Mon Sep 17 00:00:00 2001 From: Alexander Opitz Date: Tue, 18 Jul 2017 22:58:55 +0200 Subject: [PATCH] [FEATURE] Update DataStructure: Implement updating wizard icons Resolves: #97 --- Classes/Controller/Update/DataStructureUpdateController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Classes/Controller/Update/DataStructureUpdateController.php b/Classes/Controller/Update/DataStructureUpdateController.php index f10d2db9b..ab4cea86e 100644 --- a/Classes/Controller/Update/DataStructureUpdateController.php +++ b/Classes/Controller/Update/DataStructureUpdateController.php @@ -45,6 +45,7 @@ protected function stepFinal() [ [$this, 'migrateWizardScriptToModule'], [$this, 'migrateT3editorWizardToRenderTypeT3editor'], + [$this, 'migrateIconsForFormFieldWizardToNewLocation'], [$this, 'cleanupEmptyWizardFields'], ] );