1
0
mirror of https://github.com/pcvolkmer/onkostar-plugin-dnpm.git synced 2025-07-04 01:52:55 +00:00

Plugin für FollowUp Formulare hinzugefügt

Das entsprechende Plugin ergänzt nun nach Auswahl der zugehörigen
Einzelempfehlung die Prozedur/das Formular der Einzelempfehlung
um einen Rückverweis auf das FollowUp.
This commit is contained in:
2023-03-10 15:27:46 +01:00
parent f90e4ec986
commit e89b31532b
2 changed files with 118 additions and 1 deletions

View File

@ -14,7 +14,8 @@
<bean id="Merkmalskatalog" class="DNPM.Merkmalskatalog" />
<bean id="ConsentManager" class="DNPM.ConsentManager" />
<context:component-scan base-package="ATCCodes"/>
<context:component-scan base-package="ATCCodes" />
<context:component-scan base-package="DNPM.forms" />
<mvc:resources mapping="/app/lib/umr/**" location="classpath:/app/lib/umr/" />
</beans>