Fix chash errors of ajax requests for good

This commit is contained in:
Björn Fromme
2018-09-22 16:11:38 +02:00
parent 1c789b4930
commit 7bfec1efc7
9 changed files with 12 additions and 6 deletions
@@ -78,6 +78,9 @@ class AjaxViewHelper extends ActionViewHelper
// Force absolute urls
$arguments['absolute'] = true;
// Disable cache hash
$arguments['noCacheHash'] = true;
return parent::renderStatic($arguments, $renderChildrenClosure, $renderingContext);
}