Fix chash errors of ajax requests for good
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user