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
Updated by Anonymous about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 6dea4e946619c636122a9953157be1a2a434c256.
Actions