Actions
Bug #5689
closedPlugin permissions are skipped during migration from old to new system
Description
Plugin initializer is loaded only once when running multiple migrations. Since plugin permissions are ignored (permissions table does not exist yet) they are not created in database and permission migration can't migrate them. Therefore we must find all plugin permission during permission migration and create them before that.
Actions