mirror of
https://github.com/pcvolkmer/etl-processor.git
synced 2025-07-01 06:02:54 +00:00
fix: check consent unknownStateIsConsideredAsDecline = false
This commit is contained in:
@ -110,7 +110,7 @@ public class GicsConsentService implements ICheckConsent {
|
|||||||
new ParametersParameterComponent().setName("ignoreVersionNumber")
|
new ParametersParameterComponent().setName("ignoreVersionNumber")
|
||||||
.setValue(new BooleanType().setValue(true))).addPart(
|
.setValue(new BooleanType().setValue(true))).addPart(
|
||||||
new ParametersParameterComponent().setName("unknownStateIsConsideredAsDecline")
|
new ParametersParameterComponent().setName("unknownStateIsConsideredAsDecline")
|
||||||
.setValue(new BooleanType().setValue(true)));
|
.setValue(new BooleanType().setValue(false)));
|
||||||
result.addParameter(config);
|
result.addParameter(config);
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
Reference in New Issue
Block a user