You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove postal code condition for versioned party delivery addresses to match logic for versioned party mailing addresses in party_revision_json
On Dev:
After:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the lear license (Apache 2.0).
@argush3 Vysakh noted that some of this logic was added as part of the data migration work in your PR: #3338 Does this postal code requirement need to stay in place for versioned party delivery addresses, or can we safely remove it?
@argush3 Vysakh noted that some of this logic was added as part of the data migration work in your PR: #3338 Does this postal code requirement need to stay in place for versioned party delivery addresses, or can we safely remove it?
Current logic (before my changes):
Party Type Address Type Postal Code Required?
Versioned Party Delivery Address Yes
Versioned Party Mailing Address No
Non-Versioned Party Any Address Yes
@meawong I approved your PR just by looking at the code. But I just saw your comments here now. Hold off on merging. I'll review what I did previously for data migration and get back to you.
@meawong let's merge this and let me know when it's in Dev. I think we can pull up some of the corps or load some corps from legacy that meet this criteria and see if things work properly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #: /bcgov/entity#32465
Description of changes:
party_revision_jsonOn Dev:

After:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the lear license (Apache 2.0).