Merge branch 'hotfix/cache-busting'

This commit is contained in:
Björn Fromme
2019-08-15 16:06:38 +02:00
@@ -79,6 +79,9 @@ class AjaxViewHelper extends ActionViewHelper
// Force absolute urls
$arguments['absolute'] = true;
// Add timestamp as additional argument to prevent caching
$arguments['additionalParams'] = ['t' => time()];
return parent::renderStatic(
$arguments,
$renderChildrenClosure,