resolved issue with setting up mixed library
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
|
||||
if (path) {
|
||||
|
||||
html += getItem("lnkPath lnkDirectory", parentPath, "Network", '...');
|
||||
html += getItem("lnkPath lnkDirectory", "", parentPath, '...');
|
||||
}
|
||||
|
||||
for (var i = 0, length = folders.length; i < length; i++) {
|
||||
|
||||
@@ -13,6 +13,10 @@
|
||||
var type = $('#selectCollectionType', form).val();
|
||||
var path = $('#txtPath', form).val();
|
||||
|
||||
if (type == 'mixed') {
|
||||
type = null;
|
||||
}
|
||||
|
||||
ApiClient.addVirtualFolder(name, type, currentOptions.refresh, path).done(function () {
|
||||
|
||||
hasChanges = true;
|
||||
|
||||
Reference in New Issue
Block a user