Skip to content

Commit

Permalink
- [#196] [pdoPage] Added workaround to support ClientConfig tags in a…
Browse files Browse the repository at this point in the history
…jax mode.
  • Loading branch information
bezumkin committed Mar 25, 2016
1 parent f253110 commit c72e450
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/components/pdotools/connector.php
Expand Up @@ -22,5 +22,8 @@
$scriptProperties = $_SESSION['pdoPage'][$_REQUEST['hash']];
$_GET = $_POST;

// For ClientConfig and other similar plugins
$modx->invokeEvent('OnHandleRequest');

$modx->runSnippet('pdoPage', $scriptProperties);
}
4 changes: 4 additions & 0 deletions 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`.
Expand Down

0 comments on commit c72e450

Please sign in to comment.