N°3111 - Fix Portal export

This commit is contained in:
Eric
2020-09-01 17:17:01 +02:00
parent a61ffaf3c0
commit d3b57c3bda
7 changed files with 133 additions and 114 deletions

View File

@@ -18,7 +18,7 @@
function ExportStartExport() {
var oParams = {};
oParams.operation = 'export_build';
oParams.operation = 'export_build_portal';
oParams.format = sFormat;
oParams.token = sToken;
oParams.start = 1;
@@ -56,7 +56,7 @@ function ExportRun(data) {
$('#export-close').show();
}
else {
oParams.operation = 'export_build';
oParams.operation = 'export_build_portal';
}
$.post(GetAbsoluteUrlAppRoot() + 'pages/ajax.render.php', oParams, function (data) {