Closed nick-funk closed 11 months ago
Admin > Config > General > DSA
Adds the configurable MethodOfRedress type to the DSAConfig.
MethodOfRedress
DSAConfig
No
INDEXES.md
No new indices.
"dsa": { "enabled": true, "methodOfRedress": "NONE" },
"dsa": { "enabled": true, "methodOfRedress": { "method": "NONE", } },
No special considerations.
What does this PR do?
Admin > Config > General > DSA
.These changes will impact:
What changes to the GraphQL/Database Schema does this PR introduce?
Adds the configurable
MethodOfRedress
type to theDSAConfig
.Does this PR introduce any new environment variables or feature flags?
No
If any indexes were added, were they added to
INDEXES.md
?No new indices.
How do I test this PR?
Admin > Config > General > DSA
, enable DSA, and select a method of redressWhere any tests migrated to React Testing Library?
No
How do we deploy this PR?
No special considerations.