mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
Rename group by id.
This commit is contained in:
parent
c86dbf11b5
commit
e8a735a210
@ -535,7 +535,7 @@ OC.Contacts = OC.Contacts || {};
|
||||
return;
|
||||
}
|
||||
$editInput.addClass('loading');
|
||||
self.renameGroup(oldname, newname, function(response) {
|
||||
self.renameGroup(id, newname, function(response) {
|
||||
if(response.error) {
|
||||
$(document).trigger('status.contacts.error', response);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user