Actions
Refactor #29498
closedmake Plugin#pending_migration check plugin migrations instead of core ones
Description
`pending_migration` method is used to check whether plugin permissions and roles should be initialized.
That should be based on plugin's migrations, but the method is now checking the core migrations only, as the plugin registration goes before the migration paths registration.
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ondřej Ezr
- Pull request https://github.com/theforeman/foreman/pull/7574 added
Updated by Ondřej Ezr over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 3a5d4162c0d0cbfaaf690d7b48b273bd097731ea.
Updated by The Foreman Bot about 4 years ago
- Pull request https://github.com/theforeman/foreman/pull/7975 added
Updated by Ewoud Kohl van Wijngaarden about 4 years ago
- Related to Bug #30821: ActiveModel::UnknownAttributeError: unknown attribute 'name' for Permission added
Actions