Follow-up to #2407195: Move attachment processing to services and per-type response subclasses →
$ajax_page_state = $this->requestStack->getCurrentRequest()->request->get('ajax_page_state');
is wrong.
Should be:
$ajax_page_state = $this->requestStack->getCurrentRequest()->get('ajax_page_state');
but needs tests coverage.
- Fix it
- Write tests
- Commit
- None
- None
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.