diff options
author | thomascube <thomas@roundcube.net> | 2011-02-27 11:41:08 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-02-27 11:41:08 +0000 |
commit | ec6c39776959f2ed6c8f21cd7539e3f4a5f84d93 (patch) | |
tree | 09a289d82de0c6adc589d199c12f2346f4eb0535 /program/js | |
parent | e6bb836e053913ec8a5930a6d51af1fa55eb08e2 (diff) |
Update group identifier in model
Diffstat (limited to 'program/js')
-rw-r--r-- | program/js/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/js/app.js b/program/js/app.js index 92b7a679b..b8123e3b1 100644 --- a/program/js/app.js +++ b/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); |