-
Notifications
You must be signed in to change notification settings - Fork 4
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
UML-3628 Request a key templates to work with combined format #2978
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2978 +/- ##
=========================================
Coverage 91.95% 91.95%
Complexity 1781 1781
=========================================
Files 390 390
Lines 8275 8276 +1
=========================================
+ Hits 7609 7610 +1
Misses 649 649
Partials 17 17
|
b702290
to
59cddd0
Compare
docker-compose.yml
Outdated
@@ -109,7 +109,7 @@ services: | |||
ALLOW_MERIS_LPAS: "false" | |||
INSTRUCTIONS_AND_PREFERENCES: "true" | |||
ALLOW_GOV_ONE_LOGIN: "true" | |||
SUPPORT_DATASTORE_LPAS: "false" | |||
SUPPORT_DATASTORE_LPAS: "true" |
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.
this should be set to false as the feature isn't ready for production yet
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.
yes, I need a run to get the dev links for UAT. will revert after UAT
@@ -62,7 +62,7 @@ | |||
"allow_meris_lpas": false, | |||
"instructions_and_preferences": true, | |||
"allow_gov_one_login": true, | |||
"support_datastore_lpas": false | |||
"support_datastore_lpas": true |
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.
flag should be turned off here too
Purpose
Refactoring request a key templates to work with combined LPA format
Fixes UML-3628
Approach
Explain how your code addresses the purpose of the change
Learning
Any tips and tricks, blog posts or tools which helped you. Plus anything notable you've discovered about the Use a Lasting Power of Attorney service
Checklist