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

Issue #20: Detailimplementierung für UKW mit Formular "Excel-Formular"

This commit is contained in:
2023-04-03 17:35:40 +02:00
parent a97d76e5bb
commit 783dfedd60
4 changed files with 161 additions and 2 deletions

View File

@ -16,6 +16,8 @@ public class ConsentManagerServiceFactory {
var consentFormName = onkostarApi.getGlobalSetting("consentform");
switch (consentFormName) {
case "Excel-Formular":
return new UkwConsentManagerService(this.onkostarApi);
case "MR.Consent":
default:
return new MrConsentManagerService(this.onkostarApi);