-
Notifications
You must be signed in to change notification settings - Fork 505
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
Web client doesn't update media caption #2018
Comments
@rowasc yes this would make sense to fix. For now, it only needs to allow updating the caption, not the image itself |
Details/Clarification for the implementation: What happens here, is that you can update the image+caption, but you can't update the caption unless you update the image. If you only change the caption, the client doesn't attempt the PUT operation |
Ah! Ok that makes sense. You'd need to confirm that the PUT on the API works properly too |
Yup. There's something about that in #2017 |
I can't even get a caption to save or appear at all within qa.ushahididev.com. P0. |
@jshorland does this go into cycle 1? |
Bump and adding client request tag. This issue has been flagged by a responder client. @caharding could we consider adding it to the next cycle? Related issue #2017 describes the underlying problem in the API |
Expected behaviour
When editing a post, and editing a the caption of an attached image, the caption should be modified after clicking submit.
Actual behaviour
The caption is for the image is not changed.
---- API Issue description -----
#2017
Expected behaviour
The following operation:
with body
Should update the caption for the media item
Actual behaviour
The following response is returned by the server instead
Aha! Link: https://ushahiditeam.aha.io/features/PROD-535
The text was updated successfully, but these errors were encountered: