diff --git a/assets/components/pdotools/connector.php b/assets/components/pdotools/connector.php index da83db46..ac92dc7f 100644 --- a/assets/components/pdotools/connector.php +++ b/assets/components/pdotools/connector.php @@ -22,5 +22,8 @@ $scriptProperties = $_SESSION['pdoPage'][$_REQUEST['hash']]; $_GET = $_POST; + // For ClientConfig and other similar plugins + $modx->invokeEvent('OnHandleRequest'); + $modx->runSnippet('pdoPage', $scriptProperties); } \ No newline at end of file diff --git a/core/components/pdotools/docs/changelog.txt b/core/components/pdotools/docs/changelog.txt index ba2b4e32..54e3103e 100644 --- a/core/components/pdotools/docs/changelog.txt +++ b/core/components/pdotools/docs/changelog.txt @@ -1,5 +1,9 @@ Changelog for pdoTools. +2.3.2 pl +============== +- [#196] [pdoPage] Added workaround to support ClientConfig tags in ajax mode. + 2.3.1 pl ============== - [pdoSitemap] Lightning fast work chunks processing with &scheme=`uri`.