← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4554: minor fix

 

------------------------------------------------------------
revno: 4554
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2011-09-09 10:14:38 +0200
message:
  minor fix
modified:
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/attribute.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-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/attribute.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/attribute.vm	2011-09-07 13:42:12 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/attribute.vm	2011-09-09 08:14:38 +0000
@@ -11,11 +11,11 @@
 			{ 'id':attributeId },
 			function( attributeElement ) {
 				setInnerHTML( 'nameField', getElementValue( attributeElement, 'name' ) );
-				setInnerHTML( 'valuetypeField', getElementValue( attributeElement, 'valueType' ) );
 				setInnerHTML( 'mandatoryField', getElementValue( attributeElement, 'mandatory' ) );
 				setInnerHTML( 'dataelementField', getElementValue( attributeElement, 'dataelement' ) );
 				setInnerHTML( 'indicatorField', getElementValue( attributeElement, 'indicator' ) );
 				setInnerHTML( 'organisationunitField', getElementValue( attributeElement, 'organisationunit' ) );
+				setInnerHTML( 'valuetypeField', getElementValue( attributeElement, 'valueType' ) );
 				showDetails();
 		});
 	}