Avoid caching of ajax requests

This commit is contained in:
Björn Fromme
2019-07-17 13:04:53 +02:00
parent caa6d0ec02
commit 25331c5c87
6 changed files with 43 additions and 17 deletions
@@ -66,7 +66,7 @@ class AjaxViewHelper extends ActionViewHelper
}
// Reset argument to keep it out of resulting url
$arguments['format'] = '';
unset($arguments['format']);
// Use root page uid as target unless provided
if ($arguments['pageUid'] === null) {