Opened 6 years ago
Closed 6 years ago
#44834 closed defect (bug) (fixed)
Unable to set term meta in create term request
Reported by: | joehoyle | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.9.9 | Priority: | normal |
Severity: | normal | Version: | 4.7 |
Component: | REST API | Keywords: | |
Focuses: | Cc: |
Description
There's a typo in https://core.trac.wordpress.org/browser/trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php#L457 where the wrong ID is passed to update_value
. This makes it impossible to set meta on a create request.
Attachments (1)
Change History (13)
This ticket was mentioned in Slack in #core-restapi by joehoyle. View the logs.
6 years ago
#5
@
6 years ago
- Keywords fixed-major added
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening for 4.9.9 consideration.
#7
@
6 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening as [43637] is causing the tests to fail on the 4.9 branch.
#8
@
6 years ago
- Owner changed from joehoyle to SergeyBiryukov
- Status changed from reopened to assigned
#9
@
6 years ago
- Resolution set to fixed
- Status changed from assigned to closed
Failures were caused by missing test_tag_single
fixture, resolved in [43646].
Note: See
TracTickets for help on using
tickets.
I tested the patch, and it worked as expected.