Skip to content

Conversation

@Rajandeep98
Copy link
Collaborator

Issue #: /bcgov/entity#32113

Description of changes:
Using same validate function for validate party in registration and change of registration only blocking for permission in registration : adding filing type to condition

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).

@Rajandeep98 Rajandeep98 self-assigned this Jan 21, 2026
@Rajandeep98 Rajandeep98 requested a review from loneil January 21, 2026 18:47
invalid_roles = set()
parties = filing["filing"][filing_type]["parties"]
if flags.is_on("enabled-deeper-permission-action"):
if flags.is_on("enabled-deeper-permission-action") and filing_type == "registration":
Copy link
Collaborator

@loneil loneil Jan 21, 2026

Choose a reason for hiding this comment

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

Can the constant in filing.py FilingTypes import here instead of hard code?

@Rajandeep98 Rajandeep98 merged commit b2c1b5d into bcgov:main Jan 21, 2026
6 checks passed
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.

3 participants