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

Allow the reservation email frontend to be blank #1023

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

loneil
Copy link
Contributor

@loneil loneil commented Feb 19, 2024

Tenant UI configuration for whether the reservation Email is mandatory or not. To support us allowing Sandbox Tenants to provide no email on tenant creation.

The backend has the contact email as mandatory, so went with Stephen's idea of just posting a dummy email address to keep the changes scoped to frontend. (could pull into plugin as well if we don't think this is acceptable)
If the Tenant UI is set to allow blank emails, will just post [email protected] (https://en.wikipedia.org/wiki/Example.com) as the contact email if it's left blank. Keep email format validation though if they do provide something.

Will need Traction release for code and Helm release for config mapping that can coincide with values PR here bcgov/trust-over-ip-configurations#184 to affect the Sandbox env.

@loneil loneil force-pushed the feature/allowBlankReservationEmail branch from f6ecf36 to 763e3f5 Compare February 19, 2024 06:24
@esune esune merged commit 33a6ff8 into main Feb 20, 2024
11 checks passed
@esune esune deleted the feature/allowBlankReservationEmail branch February 20, 2024 20:44
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