Update group list in advanced screen after making changes in basic screen.
authorJan Schneider <jan@horde.org>
Wed, 19 May 2010 17:27:22 +0000 (19:27 +0200)
committerJan Schneider <jan@horde.org>
Wed, 19 May 2010 17:28:10 +0000 (19:28 +0200)
kronolith/js/kronolith.js

index d5e16f5..158518a 100644 (file)
@@ -2671,6 +2671,7 @@ KronolithCore = {
         $('kronolithC' + type + 'PAdvanced').select('tr').findAll(function(tr) {
             return tr.retrieve('remove');
         }).invoke('remove');
+        this.updateGroupDropDown([['kronolithC' + type + 'PGNew']]);
 
         switch (perm) {
         case 'None':