Actions
Bug #18977
closedDo not raise an exception when creating a role during plugin initialization
Description
When a plugin defines a role depending on a permission added by core's seeds, the plugin will fail to initialize on a unseeded database. Logging the error instead of raising would make the plugin initialize. Roles will be added on later restarts.
For more information see discussions on these PRs:
https://github.com/theforeman/foreman-packaging/pull/1561
https://github.com/theforeman/foreman-packaging/pull/1542
Actions