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

Add Local Government options for LG Users #799

Merged
merged 2 commits into from
Jul 20, 2023
Merged

Conversation

dhaselhan
Copy link
Collaborator

  • Replace owners with their own contact name
  • Create new Government type Owner
  • Update set primary contact to accept multiple types

* Replace owners with their own contact name
* Create new Government type Owner
* Update set primary contact to accept multiple types
@@ -214,16 +214,26 @@ export class ApplicationOwnerService {
});
}

async deleteAgents(application: ApplicationSubmission) {
async deleteNonParcelOwners(application: ApplicationSubmission) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe I missed it but I do not see unit tests for this

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test added!

Copy link
Collaborator

@mhuseinov mhuseinov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

* Add test for deleteNonParcelOwners
* Change to use submission uuid to not impact draft/non-draft submissions
@dhaselhan dhaselhan merged commit e6a57ef into develop Jul 20, 2023
@dhaselhan dhaselhan deleted the feature/ALCS-928 branch July 20, 2023 19:41
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