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 Ondřej Ezr almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 3a5d4162c0d0cbfaaf690d7b48b273bd097731ea.
Actions