dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #11057
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3089: Disallowed unselect in orgunit
------------------------------------------------------------
revno: 3089
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2011-03-19 20:47:31 +0100
message:
Disallowed unselect in orgunit
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/javascript/organisationUnit.js
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/javascript/organisationUnitSearch.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-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/javascript/organisationUnit.js'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/javascript/organisationUnit.js 2011-01-25 09:45:14 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/javascript/organisationUnit.js 2011-03-19 19:47:31 +0000
@@ -8,7 +8,6 @@
}
selection.setListenerFunction( organisationUnitSelected );
-selection.setUnselectAllowed( true );
// -----------------------------------------------------------------------------
// View details
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/javascript/organisationUnitSearch.js'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/javascript/organisationUnitSearch.js 2011-03-17 22:55:56 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/javascript/organisationUnitSearch.js 2011-03-19 19:47:31 +0000
@@ -12,6 +12,7 @@
}
selection.setListenerFunction( organisationUnitSelected );
+selection.setUnselectAllowed( true );
function initOrgUnitDetails()
{
@@ -21,8 +22,6 @@
width:600,
height:600
} );
-
- selection.setUnselectAllowed( true );
}
function showOrgUnitDetails( id )