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.
Updated by Marek Hulán over 10 years ago
- Blocks Tracker #4552: New permissions/authorization system issues added
Updated by Marek Hulán over 10 years ago
- Status changed from Assigned to Ready For Testing
Updated by Marek Hulán over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 1a6e0963a7229abbece7838b72c7e74660aafa25.
Updated by Bryan Kearney over 10 years ago
- Bugzilla link set to https://bugzilla.redhat.com/show_bug.cgi?id=1107696
Actions