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

PPF-516-UiTPAS checkbox #1225

Merged
merged 6 commits into from
Jun 28, 2024
Merged

PPF-516-UiTPAS checkbox #1225

merged 6 commits into from
Jun 28, 2024

Conversation

vhande
Copy link
Contributor

@vhande vhande commented Jun 26, 2024

Added

  • UiTPAS agreement checkbox

Ticket: https://jira.uitdatabank.be/browse/PPF-516

@vhande vhande marked this pull request as ready for review June 26, 2024 13:16
@@ -26,6 +27,7 @@ public function rules(): array
'lastNameTechnicalContact' => ['required', 'string', 'max:255'],
'emailTechnicalContact' => ['required', 'string', 'email', 'max:255'],
'agreement' => ['required', 'string'],
'uitpasAgreement' => [Rule::requiredIf($this->input('integrationType') === 'uitpas'), 'nullable', 'string'],
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe better to compare with the value of the enum IntegrationType?

@vhande vhande merged commit bb2fd05 into main Jun 28, 2024
8 checks passed
@vhande vhande deleted the PPF-516-uitpas-checkbox branch June 28, 2024 07:51
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