← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 246: Minor fixes.

 

------------------------------------------------------------
revno: 246
committer: Jan Henrik Overland janhenrik.overland@xxxxxxxxx
branch nick: trunk
timestamp: Thu 2009-04-23 22:20:36 +0200
message:
  Minor fixes.
modified:
  gis/dhis-web-mapping/src/main/webapp/demos/geostat/geostat.js

=== modified file 'gis/dhis-web-mapping/src/main/webapp/demos/geostat/geostat.js'
--- gis/dhis-web-mapping/src/main/webapp/demos/geostat/geostat.js	2009-04-23 19:35:51 +0000
+++ gis/dhis-web-mapping/src/main/webapp/demos/geostat/geostat.js	2009-04-23 20:20:36 +0000
@@ -352,7 +352,9 @@
                     Ext.getCmp('map_cb').getStore().reload();
                     Ext.getCmp('maps_cb').getStore().reload();
                     Ext.getCmp('editmap_cb').getStore().reload();
+                    Ext.getCmp('editmap_cb').reset();
                     Ext.getCmp('deletemap_cb').getStore().reload();
+                    Ext.getCmp('deletemap_cb').reset();
                 },
                 failure: function()
                 {
@@ -395,7 +397,9 @@
                     Ext.getCmp('map_cb').getStore().reload();
                     Ext.getCmp('maps_cb').getStore().reload();
                     Ext.getCmp('editmap_cb').getStore().reload();
+                    Ext.getCmp('editmap_cb').reset();
                     Ext.getCmp('deletemap_cb').getStore().reload();
+                    Ext.getCmp('deletemap_cb').reset();
                     
                 },
                 failure: function()
@@ -767,6 +771,8 @@
                         minWidth: 400,
                         icon: Ext.MessageBox.INFO
                     });
+                    
+                    Ext.getCmp('legendset_cb').getStore().reload();
                 },
                 failure: function()
                 {
@@ -805,6 +811,9 @@
                         minWidth: 400,
                         icon: Ext.MessageBox.INFO
                     });
+                    
+                    Ext.getCmp('legendset_cb').getStore().reload();
+                    Ext.getCmp('legendset_cb').reset();
                 },
                 failure: function()
                 {



--
Trunk
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.