Merge branch 'master' into develop
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user