#54393 closed task (blessed) (fixed)
Add navigation areas REST API endpoint from Gutenberg plugin
Reported by: | noisysocks | Owned by: | noisysocks |
---|---|---|---|
Milestone: | 5.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | REST API | Keywords: | has-patch has-unit-tests |
Focuses: | rest-api | Cc: |
Description
Need to copy WP_REST_Block_Navigation_Areas_Controller
into Core in order for the Navigation block to work in WP 5.9.
Change History (8)
#4
@
3 years ago
@spacedmonkey You've added a has-patch tag, but I cannot find the patch anywhere.
Did you mean this PR: https://github.com/WordPress/gutenberg/pull/36178 ?
This ticket was mentioned in PR #1862 on WordPress/wordpress-develop by anton-vlasenko.
3 years ago
#5
- Keywords has-unit-tests added; needs-unit-tests removed
Please don't review this PR yet. It's WIP.
Trac ticket: https://core.trac.wordpress.org/ticket/54393
#6
@
3 years ago
- Owner set to noisysocks
- Resolution set to fixed
- Status changed from new to closed
In 52133:
noisysocks commented on PR #1862:
3 years ago
#7
Thanks @anton-vlasenko and @TimothyBJacobs!
Note: See
TracTickets for help on using
tickets.
Please ensure that unit tests are added before committing to core. Looking at the gutenberg repo, there is no test coverage at the moment. This is a little worrying as merge deadline is Tuesday the 9th.
CC @adamziel for visibility.