-
Notifications
You must be signed in to change notification settings - Fork 141
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
Do not return picture content on create #292
Conversation
…image can be retrieved from
@miq-bot assign @abellotti |
Do we also need something for retrieving or updating the record? |
@bdunne right now, by default, retrieving doesn't return |
…e specs to properly ensure that pictures get returned successfully without their content
Checked commits jntullo/manageiq-api@1927b3b~...a792c7d with ruby 2.3.3, rubocop 0.52.0, haml-lint 0.20.0, and yamllint 1.10.0 |
Do not return picture content on create (cherry picked from commit ea3b327) https://bugzilla.redhat.com/show_bug.cgi?id=1536046
Gaprindashvili backport details:
|
Do not return picture content on create, which will resolve broken specs introduced by ManageIQ/manageiq#16810
Since we are not returning picture content, this now returns
image_href
on create, which is how images can be returned.@miq-bot add_label bug, gaprindashvili/yes