← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1: local vn - Fixed bug could not show preview listing item after importing file.

 

------------------------------------------------------------
revno: 1
committer: Hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2011-05-04 10:46:23 +0700
message:
  local vn - Fixed bug could not show preview listing item after importing file.
modified:
  local/vn/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/importing/action/ViewDataNormalAction.java


--
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 'local/vn/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/importing/action/ViewDataNormalAction.java'
--- local/vn/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/importing/action/ViewDataNormalAction.java	2011-01-25 17:29:41 +0000
+++ local/vn/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/importing/action/ViewDataNormalAction.java	2011-05-04 03:46:23 +0000
@@ -108,7 +108,7 @@
 
             excelItemValues = new ArrayList<ExcelItemValue>();
 
-            if ( excelItems == null || !excelItems.isEmpty() )
+            if ( excelItems == null || excelItems.isEmpty() )
             {
                 message = i18n.getString( "import_excel_items_cannot_be_empty" );