Fix empty of collection

This commit is contained in:
Nicolas Le Goff
2014-06-06 16:42:24 +02:00
parent 25aca6845c
commit 291512ff34
3 changed files with 9 additions and 5 deletions

View File

@@ -335,6 +335,10 @@
} else if(submitLink.hasClass('reload-tree')) {
reloadTree('bases:bases', true);
}
if ("undefined" !== typeof datas.msg) {
alert(datas.msg);
}
} else {
alert(datas.msg);
}