Salome HOME
Fix for mantis #0022093: To exclude the "In-Draft" state from drop-down list during...
[tools/siman.git] / Workspace / Siman / src / spring / applicationContext.xml
index 47ee0e96011b05cc77df5c03d95f058366ef3245..1481b2ae08fdd87069edca0774348a5fbac1901e 100644 (file)
@@ -140,6 +140,7 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
        <bean id="importDocumentAction"
                class="org.splat.simer.ImportDocumentAction" scope="prototype"
                parent="baseAction">
+        <property name="studyService" ref="studyService" />
                <property name="stepService" ref="stepService" />
                <property name="projectSettings" ref="projectSettings" />
                <property name="publicationService" ref="publicationService" />
@@ -281,6 +282,7 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
        <bean id="versionDocumentAction"
                class="org.splat.simer.VersionDocumentAction" scope="prototype"
                parent="baseAction">
+        <property name="studyService" ref="studyService" />
                <property name="projectSettings" ref="projectSettings" />
                <property name="publicationService" ref="publicationService" />
                <property name="stepService" ref="stepService" />