-
Notifications
You must be signed in to change notification settings - Fork 53
Document Service Record Integration #806
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
base: main
Are you sure you want to change the base?
Conversation
| BLANK_COMPLETING_PARTY = 'BLANK_COMPLETING_PARTY', | ||
| CONTINUATION_IN_FILING = 'CONTINUATION_IN_FILING', | ||
| COURT_ORDER_POA = 'COURT_ORDER_POA', | ||
| DOCUMENT_RECORDS = 'DOCUMENT_RECORDS', |
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 will need some new db records to map which account types are authorized to see/use this action. Ask Megan Wong if you need details.
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.
The proper way to add the db records is with a migration script (in LEAR repo).
While you're there, there are a couple of other changes to the same table that I'd like to make. Add me to the LEAR migration PR and I'll cite those there.
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.
I got this from the 'Entities User Types and Permissions' spreadsheet and confirmed with Megan that it exists in the database.
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.
You'll need to do this before your code can be tested.
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.
Do you know if those 4 mappings (for REGI staff, SBC Staff, Maximus and SBC Contact Centre) were part of the original db table creation? In other words, do the tables in Test and Prod contain the correct mappings to enable DRS for those 4 account types?
|
/gcbrun |
|
Temporary Url for review: https://business-create-dev--pr-806-08e62kxc.web.app |
|
/gcbrun |
|
Temporary Url for review: https://business-create-dev--pr-806-08e62kxc.web.app |
Issue #: /bcgov/entity#29449
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the bcrs-entities-create-ui license (Apache 2.0).