#54393 closed task (blessed) (fixed)
Add navigation areas REST API endpoint from Gutenberg plugin
| Reported by: | noisysocks | Owned by: | noisysocks |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.9 |
| Component: | REST API | Version: | |
| Severity: | normal | Keywords: | has-patch has-unit-tests |
| Cc: | Focuses: | rest-api |
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
@
5 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.
5 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
noisysocks commented on PR #1862:
5 years ago
#7
Thanks @anton-vlasenko and @TimothyBJacobs!
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.