Merge branch 'master' into develop
This commit is contained in:
@@ -79,6 +79,9 @@ class AjaxViewHelper extends ActionViewHelper
|
|||||||
// Force absolute urls
|
// Force absolute urls
|
||||||
$arguments['absolute'] = true;
|
$arguments['absolute'] = true;
|
||||||
|
|
||||||
|
// Add timestamp as additional argument to prevent caching
|
||||||
|
$arguments['additionalParams'] = ['t' => time()];
|
||||||
|
|
||||||
return parent::renderStatic(
|
return parent::renderStatic(
|
||||||
$arguments,
|
$arguments,
|
||||||
$renderChildrenClosure,
|
$renderChildrenClosure,
|
||||||
|
|||||||
Reference in New Issue
Block a user