Refactor #34570
Tracker #32684: Ruby 3.0 support
SettingPresenter - pass kwarks in Ruby 3 compatible format
Related issues
Associated revisions
History
#1
Updated by Ondřej Ezr about 1 year ago
- Parent task set to #32684
#2
Updated by The Foreman Bot about 1 year ago
- Assignee set to Ondřej Ezr
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9138 added
#3
Updated by Ondřej Ezr about 1 year ago
- Related to Feature #30862: Introduce SettingRegistry as a setting inventory added
#4
Updated by The Foreman Bot about 1 year ago
- Fixed in Releases 3.3.0 added
#5
Updated by Ondřej Ezr about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|ce49f4fc2734682ec6319cdabbf4343675800066.
Fixes #34570 - pass kwarks args properly
We have been passing kwarks arguments in Ruby 3 incompatible way.
This fixes it to use the proper format.