#31239 closed defect (bug) (fixed)
Can't update captions in a gallery
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Media | Keywords: | make-flow has-patch |
Focuses: | javascript | Cc: |
Description
To reproduce, add a gallery without captions, click edit, add a caption to a photo, update and nothing changes. Updating the post will refresh the gallery and then the caption is visible.
Attachments (2)
Change History (8)
#3
@
10 years ago
- Owner set to helen
- Resolution set to fixed
- Status changed from new to closed
In 31343:
This ticket was mentioned in Slack in #core by boren. View the logs.
10 years ago
This ticket was mentioned in Slack in #core-flow by boren. View the logs.
10 years ago
Note: See
TracTickets for help on using
tickets.
Explanation: the caption is not actually in the shortcode, it's tied to the ID. We check if the shortcode changes before updating, but updating a caption doesn't change the shortcode. Solution: always update.