dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #11944
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3512: (Hieu) local vn - Fixed bug could not show preview listing item after importing file.
------------------------------------------------------------
revno: 3512
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2011-05-05 23:16:42 +0200
message:
(Hieu) 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-05 21:16:42 +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" );