Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
search.module
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 May 2015 at 18:17 UTC
Updated:
15 Jun 2015 at 15:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
wim leersComment #3
wim leersRoot cause: missing cache tags for the config that the search block form depends upon.
Requires an unfortunate solution because
SearchPageRepositoryis designed in an unfortunate way.Comment #4
dawehnerAwesome!!
I'm curious whether you've thought about just doing
$form['#cache']['dependencies'][]and handle the rest internally?Comment #5
wim leersNo. And first I thought this was a stroke of utter genius. But then I realized that it may mean we end up serializing objects. Then again, the rendering could take care of that.
So I think it it actually may be a stroke of genius :) :) :) @dawehner++
Comment #6
catchCommitted/pushed to 8.0.x, thanks!