dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #17419
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6924: local vn - Deactivated the validation on export items of each report. It takes a long time when g...
------------------------------------------------------------
revno: 6924
committer: Hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2012-05-13 02:01:57 +0700
message:
local vn - Deactivated the validation on export items of each report. It takes a long time when generating to report.
modified:
local/vn/dhis-web-spreadsheet-reporting/src/main/java/org/hisp/dhis/reportsheet/exporting/action/ValidateGenerateExportReportAction.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-spreadsheet-reporting/src/main/java/org/hisp/dhis/reportsheet/exporting/action/ValidateGenerateExportReportAction.java'
--- local/vn/dhis-web-spreadsheet-reporting/src/main/java/org/hisp/dhis/reportsheet/exporting/action/ValidateGenerateExportReportAction.java 2012-05-03 10:04:29 +0000
+++ local/vn/dhis-web-spreadsheet-reporting/src/main/java/org/hisp/dhis/reportsheet/exporting/action/ValidateGenerateExportReportAction.java 2012-05-12 19:01:57 +0000
@@ -121,12 +121,13 @@
return ERROR;
}
- message = exportReportService.validateEmportItems( exportReport, i18n );
-
- if ( message != null )
- {
- return ERROR;
- }
+ // message = exportReportService.validateEmportItems( exportReport,
+ // i18n );
+ //
+ // if ( message != null )
+ // {
+ // return ERROR;
+ // }
File templateFile = new File( templateDirectory, exportReport.getExcelTemplateFile() );