Opened 8 years ago
Last modified 8 years ago
#38573 assigned defect (bug)
Ajax requests in customizer controls don't inject customized state as done in preview
Reported by: | westonruter | Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | |
Component: | Customize | Keywords: | needs-patch |
Focuses: | javascript | Cc: |
Description
In the customizer preview, Ajax requests now get the customized
state injected via jQuery.prefilter
. In the customizer controls pane, however, this was not also implemented. This is important to ensure that that requests to the REST API will return back the expected previewed state.
Also relates closely to #38122.
Attachments (1)
Change History (6)
#3
@
8 years ago
- Milestone changed from 4.7 to Future Release
- Owner westonruter deleted
- Status changed from accepted to assigned
I don't think this is important to address right now. It will play an important role in #37887. Otherwise, any plugins that do REST API calls can just use POST
with _method=GET
as shown in requests to fetch available nav menu items.
Note: See
TracTickets for help on using
tickets.
In 39138: