diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-23 18:10:40 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-23 18:10:40 +0000 |
| commit | a7264a0206e8160d92032c4b72fbca2600a77cbb (patch) | |
| tree | 1f58fcd2e8b000f171fe0903c4f6a7373d6773fb /roundcubemail/program/js | |
| parent | c04ba6745bd53e4ca0de27c5c124921fd70e1d52 (diff) | |
When creating a new contact, add it to the selected group; consider the selected group when deleting a contact
git-svn-id: https://svn.roundcube.net/trunk@4454 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js')
| -rw-r--r-- | roundcubemail/program/js/app.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index c81212fb5..1c8c4c3c9 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -3766,6 +3766,9 @@ function rcube_webmail() this.show_contentframe(false); } + if (this.env.group) + qs += '&_gid='+urlencode(this.env.group); + // also send search request to get the right records from the next page if (this.env.search_request) qs += '&_search='+this.env.search_request; |
