Skip to content

Fix: In blueprint vars handle the case sensitive case in lookup#4987

Closed
themisvaltinos wants to merge 1 commit intomainfrom
themis/macrosensitivity
Closed

Fix: In blueprint vars handle the case sensitive case in lookup#4987
themisvaltinos wants to merge 1 commit intomainfrom
themis/macrosensitivity

Conversation

@themisvaltinos
Copy link
Contributor

Blueprint variables with mixed case (e.g., Customer_Name) were not recognized when referenced in certain places we look up with lower name (as the rest of the variables). This caused a mismatch between the stored variable names (which are stored not lower case) and the lookup logic. This fix updates the blueprint variable lookup to check exact case first then fall back to lowercase instead of storing as lowercase as the less intrusive fix, but let me know @georgesittas what you think

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant