|
|
@ -5908,9 +5908,6 @@ function rcube_webmail()
|
|
|
|
|
|
|
|
|
|
|
|
boxtitle.append($('<span>').text(prop ? prop.name : this.get_label('contacts')));
|
|
|
|
boxtitle.append($('<span>').text(prop ? prop.name : this.get_label('contacts')));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (prop)
|
|
|
|
|
|
|
|
this.triggerEvent('groupupdate', prop);
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
// load contact record
|
|
|
|
// load contact record
|
|
|
@ -6323,6 +6320,7 @@ function rcube_webmail()
|
|
|
|
else {
|
|
|
|
else {
|
|
|
|
$(this.treelist.get_item(key)).children().first().html(prop.name);
|
|
|
|
$(this.treelist.get_item(key)).children().first().html(prop.name);
|
|
|
|
this.env.contactfolders[key].name = this.env.contactgroups[key].name = prop.name;
|
|
|
|
this.env.contactfolders[key].name = this.env.contactgroups[key].name = prop.name;
|
|
|
|
|
|
|
|
this.set_group_prop(prop);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// update list node and re-sort it
|
|
|
|
// update list node and re-sort it
|
|
|
|