-
Notifications
You must be signed in to change notification settings - Fork 19
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
Added an option to retain the case of campaign parameter values via SystemSetting, #PG-2343 #166
Conversation
…stemSetting, #PG-2343
@AltamashShaikh It might be better to use a solution as I described here: #65 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Worked as expected when tested, including migration 👍
@sgiehl Changed to change the case during archiving, can you check if this look good to you ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some suggestions for possible improvements. Besides that the approach looks fine that way 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! I like that it does the processing during archiving. I confirmed that I could invalidate and archive and see the setting change reflected in the report 👍
Description:
Added an option to retain the case of campaign parameter values via SystemSetting
Fixes: #PG-2343, #27
Review