dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #09688
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2620: Added missing bean dependency, cause view static report to crash
------------------------------------------------------------
revno: 2620
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2011-01-18 13:44:08 +0100
message:
Added missing bean dependency, cause view static report to crash
modified:
dhis-2/dhis-web/dhis-web-reporting/src/main/resources/META-INF/dhis/beans.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-reporting/src/main/resources/META-INF/dhis/beans.xml'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/resources/META-INF/dhis/beans.xml 2010-12-26 23:25:10 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/resources/META-INF/dhis/beans.xml 2011-01-18 12:44:08 +0000
@@ -27,8 +27,9 @@
<bean id="org.hisp.dhis.reporting.document.action.LoadDocumentFromFileSystemAction"
class="org.hisp.dhis.reporting.document.action.LoadDocumentFromFileSystemAction"
scope="prototype">
+ <property name="locationManager" ref="locationManager"/>
<property name="documentService"
- ref="org.hisp.dhis.document.DocumentService"/>
+ ref="org.hisp.dhis.document.DocumentService"/>
</bean>
<bean id="org.hisp.dhis.reporting.document.action.RemoveDocumentAction"