dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #07003
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1962: fixed bug: Organisation Unit Level is not Save
------------------------------------------------------------
revno: 1962
committer: Tran Thanh Tri <Tran Thanh Tri@compaq>
branch nick: trunk
timestamp: Wed 2010-08-25 09:50:06 +0700
message:
fixed bug: Organisation Unit Level is not Save
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/saveOrganisationUnitLevelForm.vm
--
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-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/saveOrganisationUnitLevelForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/saveOrganisationUnitLevelForm.vm 2010-08-17 07:26:22 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/saveOrganisationUnitLevelForm.vm 2010-08-25 02:50:06 +0000
@@ -1,6 +1,6 @@
<script>
jQuery(document).ready( function(){
- validation( 'saveOrganisationUnitLevelsForm', function(){} );
+ validation( 'saveOrganisationUnitLevelsForm', function( form ){ form.submit() } );
});
</script>