-
Notifications
You must be signed in to change notification settings - Fork 898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Zone creation #16391
Fix Zone creation #16391
Conversation
It should return the settings from the parent resource instead. Only attempt to reload the record if the record is persisted https://bugzilla.redhat.com/show_bug.cgi?id=1509172
Checked commit chrisarcand@4c610b2 with ruby 2.3.3, rubocop 0.47.1, and haml-lint 0.20.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM
Fix Zone creation (cherry picked from commit f8fbc91) https://bugzilla.redhat.com/show_bug.cgi?id=1509452
Gaprindashvili backport details:
|
settings_for_resource
shouldn't blow up if the instance isn't saved yetIt should return the settings from the parent resource instead.
Only attempt to reload the record if the record is persisted
https://bugzilla.redhat.com/show_bug.cgi?id=1509172
@bdunne @Fryguy