-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Unable to edit image #9232
Comments
@Kargakis @fabianofranz this is an example of where strategic merge patch can't work in some of our objects. |
Not a P1 though |
Depends - can I edit templates? Or are those broken as wel. |
Also policy rules (not sure which other ones are involved). |
Just tested and editing a template works fine. |
It's really disturbing that this fails then. Agree its not p1 On Thu, Jun 9, 2016 at 10:36 AM, Michail Kargakis [email protected]
|
Moving to @fabianofranz since I won't get to it any time soon |
This also fails for annotate : while editing image, i get error: OCP 3.4 |
Annotate failing is a pretty high priority. |
@smarterclayton i cannot reproduce this on the latest master (guess it was fixed?). Is this 3.4 only? |
@smarterclayton @Kargakis @soltysh seems like we need to backport #12731 to 3.4? |
I'm closing this, since master has the fix in #12731 and 3.4 as well. |
Try editing an image
When you change something, you get
which comes from LookupPatchMeta trying to traverse down into the Image field (which is an opaque blob).
We should fix this, because it could also apply to other types in the future.
The text was updated successfully, but these errors were encountered: