Actions
Refactor #34010
closedFeature #29991: Enable Zeitwerk autoload mode for Rails 6+
Refactor #33886: Fix early loads of constants
Refactor #34006: Plugin and its rbac_support are using Role and Permission models too early
Add initialization method to RbacRegistry
Difficulty:
Triaged:
No
Description
Initialization method should do all the database manipulation needed to support the Permission.
RbacRegistry will also need to hold the plugin id so it knows what plugin it registers.
We can remove the premature dependency load of `rbac_registry` and especially `rbac_support`.
Updated by The Foreman Bot almost 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ondřej Ezr
- Pull request https://github.com/theforeman/foreman/pull/8955 added
Updated by The Foreman Bot almost 3 years ago
- Pull request https://github.com/theforeman/foreman/pull/8954 added
Updated by Ondřej Ezr over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|a59c8213e0a5f17e8cffbb17c021537e51eff2f6.
Actions