Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit ec2eb8dd authored by Pawel GUTOWSKI's avatar Pawel GUTOWSKI
Browse files

EDELIVERY-3185 Fixed Partcipant case-sensitivity configuration glitch

parent 9acc87ab
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ public class CaseSensitivityNormalizer {
toLowerCaseStringList(this.caseSensitiveDocumentSchemes);
}
@Value("#{'${identifiersBehaviour.caseSensitive.DocumentIdentifierSchemes}'.split('\\|')}")
@Value("#{'${identifiersBehaviour.caseSensitive.ParticipantIdentifierSchemes}'.split('\\|')}")
public void setCaseSensitiveParticipantSchemes(List<String> caseSensitiveParticipantSchemes) {
this.caseSensitiveParticipantSchemes = caseSensitiveParticipantSchemes;
toLowerCaseStringList(this.caseSensitiveParticipantSchemes);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment