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:
@ -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);
|
||||
|
Reference in New Issue
Block a user