From 172c0eab378da48262996ba97b028df9d674ac54 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 9 Jan 2023 13:18:57 +0100 Subject: [PATCH] Mark update wizard as public to allow DI The wizard would not work in TYPO3 v11.5 as no DI would happen. Relates: #10077 --- Configuration/Services.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Configuration/Services.yaml b/Configuration/Services.yaml index 4d4d1a4..a229aa6 100644 --- a/Configuration/Services.yaml +++ b/Configuration/Services.yaml @@ -36,3 +36,6 @@ services: - name: event.listener identifier: 'WrmEventsAddSpecialPropertiesToDate' event: TYPO3\CMS\Extbase\Event\Persistence\AfterObjectThawedEvent + + Wrm\Events\Updates\MigrateOldLocations: + public: true