Merge branch 'v2.3.1' into v2.3.2-dev

This commit is contained in:
Usman Nasir
2022-05-16 19:50:26 +05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -674,7 +674,7 @@ fileManager.controller('fileManagerCtrl', function ($scope, $http, FileUploader,
var data = {
completeStartingPath: completePathToFile,
method: "listForTable",
home: "/",
home: homePathBack,
domainRandomSeed: domainRandomSeed,
domainName: domainName
};

View File

@@ -674,7 +674,7 @@ fileManager.controller('fileManagerCtrl', function ($scope, $http, FileUploader,
var data = {
completeStartingPath: completePathToFile,
method: "listForTable",
home: "/",
home: homePathBack,
domainRandomSeed: domainRandomSeed,
domainName: domainName
};