- Issue created by @tim.plunkett
- Merge request !11029Issue #3502911: Compressed ajax_page_state['libraries'] can exist in both $request->request and $request->query simultaneously β (Open) created by tim.plunkett
- πΊπΈUnited States tim.plunkett Philadelphia
N.B. this is mainly a problem because code like
HtmlResponseAttachmentsProcessor
,CssCollectionOptimizerLazy
, andAjaxBasePageNegotiator
all use code like$this->requestStack->getCurrentRequest()->get('ajax_page_state')
and Request::get() checks attributes, query, and request in that order.
- πΊπ¦Ukraine talisa1987
It's quite critical issue. In my case: on any change in facet all assets are loaded second time on the page.
- π«π·France nod_ Lille
shouldn't the values be merged? or are we sure the GET data is always more up to date?