Refactor #34570
Tracker #32684: Ruby 3 support
SettingPresenter - pass kwarks in Ruby 3 compatible format
Pull request:
Fixed in Releases:
Found in Releases:
Related issues
Associated revisions
History
#1
Updated by Ondřej Ezr 4 months ago
- Parent task set to #32684
#2
Updated by The Foreman Bot 4 months 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 4 months ago
- Related to Feature #30862: Introduce SettingRegistry as a setting inventory added
#4
Updated by The Foreman Bot 3 months ago
- Fixed in Releases 3.3.0 added
#5
Updated by Ondřej Ezr 3 months 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.