maikschneider / bw_guild

TYPO3 extension for frontend user management
0 stars 1 forks source link

Migrate SlugUpdater to Command #2

Open maikschneider opened 1 year ago

maikschneider commented 1 year ago

Currently the extensions ships a UpgradeWizard that updates the slug field of Offers and Users. To make this task repeatable via scheduler, this updater should be migrated to a symfony command.