- π«π·France Grimreaper France π«π·
Hi,
I am on SHS 2.0.0-rc12. I am coming on this issue from π Add check access of terms in json data Needs review because I initially thought there was an access control missing. But it was a browser cache problem.
So not sure if it is the same issue.
My scenario:
I need to expose a form (to anonymous and authenticated users) where they will have to choose in a hierarchical taxonomy vocabulary.
When a taxonomy term is unpublished, if it had already been requested (as root term or as child term), it will still appear on a anonymous browser.I need to force a browser cache clear on the anonymous browser to see the change.
In my settings.php I also have:
$settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null'; $settings['cache']['bins']['page'] = 'cache.backend.null'; $settings['cache']['bins']['render'] = 'cache.backend.null';
So page cache is disabled.
I guess for authenticated users it will be ok but not for anonymous.