mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
Small fix to the DnD code for contacts and small French translation fix for the "Tentative" status
Monotone-Parent: 82a45236051a8825c5786369ead73de38b7f5183 Monotone-Revision: 9db82412ca8b860c427e66329c7aad43fc24aea4 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-07-21T00:20:30 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1311,7 +1311,7 @@ function dropSelectedContacts (action, toId) {
|
||||
}
|
||||
}
|
||||
var fromId = $(selectedFolders[0]).id;
|
||||
if (!currentFolderIsRemote () || action != "move") {
|
||||
if (!currentFolderIsRemote () && fromId.substring(1) != toId) {
|
||||
var url = ApplicationBaseURL + fromId + "/" + action
|
||||
+ "?folder=" + toId + "&uid="
|
||||
+ contactIds.join("&uid=");
|
||||
|
||||
Reference in New Issue
Block a user