Project

General

Profile

Bug #87283

Updated by Thorben Nissen over 5 years ago

When trying to mark a single row updater as undone, an exception `No valid wizard identifier given` is thrown. 

 This happens, because the `UpgradeWizardService::assertIdentifierIsValid` only checks registered update wizard, but not the row updaters. 

 This happens in v9 and current master, but not in v8. This was introduced with the refactoring of the install tool and upgrade wizards.

Back