update dialogs

This commit is contained in:
Luke Pulverenti 2016-08-29 03:12:24 -04:00
parent 31449f85de
commit 7acfaee309
15 changed files with 86 additions and 143 deletions

View file

@ -303,7 +303,9 @@
}
}
else if (item.IsFolder) {
return id ? "itemlist.html?parentId=" + id : "#";
if (item.Type != "BoxSet") {
return id ? "itemlist.html?parentId=" + id : "#";
}
}
if (item.Type == 'CollectionFolder') {