mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-28 06:35:26 +00:00
Mantis 2040: Calendar - Creation d'un calendrier avec un nom existant
Monotone-Parent: 92b5fc52a3736b8120b0011dacbf4f2aa73c71f9 Monotone-Revision: 7f0d410fd526f1879ea158593030d6d7b46be292 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-08-20T13:02:51 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1636,6 +1636,9 @@ function createFolderCallback(http) {
|
||||
if (data.okCB)
|
||||
data.okCB(data.name, "/" + http.responseText, UserLogin);
|
||||
}
|
||||
else if (http.status == 409) {
|
||||
alert (clabels["A folder by that name already exists."]);
|
||||
}
|
||||
else {
|
||||
if (data.notOkCB)
|
||||
data.notOkCB(name);
|
||||
|
||||
Reference in New Issue
Block a user