dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #01405
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 416: Fixed bug: Made the DataMartExportService transactional.
------------------------------------------------------------
revno: 416
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Mon 2009-07-06 19:30:19 +0200
message:
Fixed bug: Made the DataMartExportService transactional.
modified:
dhis-2/dhis-services/dhis-service-datamart-default/src/main/java/org/hisp/dhis/datamart/impl/DefaultDataMartExportService.java
dhis-2/dhis-web/dhis-web-datamart/src/main/resources/org/hisp/dhis/datamart/i18n_module.properties
=== modified file 'dhis-2/dhis-services/dhis-service-datamart-default/src/main/java/org/hisp/dhis/datamart/impl/DefaultDataMartExportService.java'
--- dhis-2/dhis-services/dhis-service-datamart-default/src/main/java/org/hisp/dhis/datamart/impl/DefaultDataMartExportService.java 2009-06-19 13:23:57 +0000
+++ dhis-2/dhis-services/dhis-service-datamart-default/src/main/java/org/hisp/dhis/datamart/impl/DefaultDataMartExportService.java 2009-07-06 17:30:19 +0000
@@ -32,11 +32,13 @@
import org.hisp.dhis.common.GenericNameStore;
import org.hisp.dhis.datamart.DataMartExport;
import org.hisp.dhis.datamart.DataMartExportService;
+import org.springframework.transaction.annotation.Transactional;
/**
* @author Lars Helge Overland
* @version $Id$
*/
+@Transactional
public class DefaultDataMartExportService
implements DataMartExportService
{
=== modified file 'dhis-2/dhis-web/dhis-web-datamart/src/main/resources/org/hisp/dhis/datamart/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-datamart/src/main/resources/org/hisp/dhis/datamart/i18n_module.properties 2009-06-11 08:59:33 +0000
+++ dhis-2/dhis-web/dhis-web-datamart/src/main/resources/org/hisp/dhis/datamart/i18n_module.properties 2009-07-06 17:30:19 +0000
@@ -67,4 +67,7 @@
add_to_dashboard = Add to dashboard
confirm_add_to_dashboard = Are you sure you want to add this data mart export to the dashboard?
export_to_datamart = Export to data mart
-could_not_export_too_many_data_elements = Could not export because too many data elements were selected
\ No newline at end of file
+could_not_export_too_many_data_elements = Could not export because too many data elements were selected
+remove = Remove
+show_details = Show details
+edit = Edit
--
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.