← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4349: fixed some minor bugs

 

------------------------------------------------------------
revno: 4349
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2011-08-18 12:30:26 +0200
message:
  fixed some minor bugs
modified:
  dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js


--
lp:dhis2
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
=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js	2011-08-18 10:02:32 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js	2011-08-18 10:30:26 +0000
@@ -122,7 +122,7 @@
 		organisationUnitAssociationSetMap = json.metaData.organisationUnitAssociationSetMap;
 		
 		console.log( 'Meta-data loaded' );		
-//		uploadLocalData();
+	    updateForms();
 	} );
 }
 
@@ -212,6 +212,8 @@
                 setHeaderMessage(i18n_online_notification);
             }
             
+            pushCompleteDataSets(completeDataSetsArray);
+
             return;
         }
 
@@ -247,8 +249,6 @@
             }
         } );
     })(dataValuesArray);
-
-    updateForms();
 }
 
 function ajax_login()