Cannot "Save As" in Russian language

R-1733
Cannot "Save As" in Russian language
This commit is contained in:
Dheeyi William
2016-08-30 13:33:46 -04:00
parent 8c453e3ad6
commit ebfef336c3
5 changed files with 24 additions and 10 deletions

View File

@@ -1127,7 +1127,7 @@ function exportProcess() {
myMask.hide();
if (result.success) {
window.location = "../processes/processes_DownloadFile?file_hash=" + result.file_hash;
window.location = "../processes/processes_DownloadFile?file_hash=" + encodeURIComponent(result.file_hash);
} else {
Ext.Msg.show({
title: "",