mirror of
https://github.com/pcvolkmer/onkostar-plugin-dnpm.git
synced 2025-07-03 01:32:55 +00:00
Wende ConsentManagerService ohne Funktion für unbekanntes Formular an
This commit is contained in:
@ -19,8 +19,9 @@ public class ConsentManagerServiceFactory {
|
||||
case "Excel-Formular":
|
||||
return new UkwConsentManagerService(this.onkostarApi);
|
||||
case "MR.Consent":
|
||||
default:
|
||||
return new MrConsentManagerService(this.onkostarApi);
|
||||
default:
|
||||
return procedure -> {};
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user