Commit
commit 938e4f91ad8542e48e97d98be24b023a2bb12ee8 Author: Jan DankertDate: Sun Sep 27 00:48:43 2020 +0200 Fix: Treeaction is an UI action, so ist is not available via the API. Now there is an ugly workaround for that, we have to create a template for this calls. api/index.php | 1 - modules/cms/Dispatcher.class.php | 6 ++-- modules/cms/ui/action/TreeAction.class.php | 34 ++++++++++++++++------ modules/cms/ui/themes/ThemeCompiler.class.php | 3 -- modules/cms/ui/themes/default/script/openrat.js | 4 +-- .../cms/ui/themes/default/script/openrat.min.js | 4 +-- .../cms/ui/themes/default/script/openrat/common.js | 2 +- .../default/script/plugin/jquery-plugin-orTree.js | 2 +- 8 files changed, 34 insertions(+), 22 deletions(-)