------------------------------------------------------------ revno: 1848 committer: hieu <[email protected]> branch nick: trunk timestamp: Thu 2010-05-13 10:35:41 +0700 message: Uncleared the session in selection tree when updating the orgunit group modified: dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupForm.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/updateOrganisationUnitGroupForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupForm.vm 2010-04-28 04:59:07 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupForm.vm 2010-05-13 03:35:41 +0000 @@ -65,7 +65,7 @@ selectionTreeSelection.setMultipleSelectionAllowed( true ); selectionTreeSelection.setOnSelectFunction( treeClicked ); selectionTreeSelection.setListenerFunction( selectCompleted ); - selectionTree.clearSelectedOrganisationUnits(); + //selectionTree.clearSelectedOrganisationUnits(); selectionTree.buildSelectionTree(); var numberOfSelects = 0;
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

