Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes AEP FIM SQL template variable injection bug #964

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

shawncrawley
Copy link
Collaborator

A line was committed in PR #949 that was supposed to replace {fim_version} in an sql string with the actual FIM_VERSION. The replace was treated as an in-place operation, rather than re-assigning the replace output back to the sql string... Rookie mistake.

@shawncrawley
Copy link
Collaborator Author

I manually put this change in place in TI so we can move forward with running AEP FIM in the meantime prior to this getting merged and deployed officially.

@shawncrawley shawncrawley merged commit 59e831d into ti Nov 14, 2024
1 check passed
@shawncrawley shawncrawley deleted the bugfix-aep-fim-sql branch November 14, 2024 17:02
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.

2 participants