← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6377: (mobile) Quickly fixed.

 

------------------------------------------------------------
revno: 6377
committer: Hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-03-26 11:49:33 +0700
message:
  (mobile) Quickly fixed.
modified:
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/javascript/sendSMS.js
  local/vn/pom.xml


--
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-mobile/src/main/webapp/dhis-web-maintenance-mobile/javascript/sendSMS.js'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/javascript/sendSMS.js	2012-03-26 04:42:44 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/javascript/sendSMS.js	2012-03-26 04:49:33 +0000
@@ -26,20 +26,20 @@
 	if ( !isChecked )
 	{
 		var list = getFieldValue( "recipient" );
-		
+
 		if ( list == '' )
 		{
 			showErrorMessage( i18n_no_recipient );
 			return;
 		}
 		
-		list = list.split( ";" )
+		list = list.split( ";" );
 
 		for ( var i in list )
 		{
 			if ( list[i] && list[i] != '' )
 			{
-				params += "recipients=" +  + "&";
+				params += "recipients=" + list[i] + "&";
 			}
 		}
 

=== modified file 'local/vn/pom.xml'
--- local/vn/pom.xml	2011-07-28 09:50:39 +0000
+++ local/vn/pom.xml	2012-03-26 04:49:33 +0000
@@ -5,13 +5,14 @@
   
   <groupId>org.hisp.dhis</groupId>
   <artifactId>dhis-local-vn</artifactId>
-  <version>1.0</version>
+  <version>2.8-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Local Vietnam Modules</name>
   
   <modules>
     <module>dhis-api-chr</module>
     <module>dhis-service-chr</module>
+    <module>dhis-service-spreadsheet-reporting</module>
     <module>dhis-web-chr-form</module>
     <module>dhis-web-dataentry-chr</module>
     <module>dhis-web-datastatus</module>