diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-27 11:41:08 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-27 11:41:08 +0000 |
| commit | dd78eef97d61356e9299a51f60d1c273b2715157 (patch) | |
| tree | 920733cba6e6f16a9a53ad57d8af3a03101bf1ac /roundcubemail/program | |
| parent | d297de1c27c94088e674198baf60ad8a2914b954 (diff) | |
Update group identifier in model
git-svn-id: https://svn.roundcube.net/trunk@4574 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/js/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 92b7a679b..b8123e3b1 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -3974,6 +3974,7 @@ function rcube_webmail() var newkey = 'G'+prop.source+prop.newid; li.id = String('rcmli'+newkey).replace(this.identifier_expr, '_'); this.env.contactfolders[newkey] = this.env.contactfolders[key]; + this.env.contactfolders[newkey].id = prop.newid; this.env.group = prop.newid; var newprop = $.extend({}, prop); |
