-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VKT(Frontend & Backend): Check that exams are selected before sending…
… auth link Also reset react state on unmount on examiner home page
- Loading branch information
Showing
5 changed files
with
23 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -472,8 +472,8 @@ INSERT INTO enrollment_appointment(person_id, examiner_id, | |
first_name, last_name, message, previous_enrollment, | ||
auth_hash, auth_hash_expires, auth_hash_sent) | ||
VALUES (null, 1, | ||
true, true, true, | ||
true, true, true, true, | ||
false, false, false, | ||
false, false, false, false, | ||
'CONTACT_CREATED', false, | ||
'[email protected]', '0404040404', null, null, null, null, | ||
'Teppo', 'Testaaja', 'Tämä on viesti', 'Edellinen ilmoittautuminen vuonna 1999', | ||
|
@@ -490,7 +490,7 @@ VALUES (null, 1, 1, | |
true, true, true, true, | ||
'WAITING_AUTHENTICATION', false, | ||
'[email protected]', '0404040404', null, null, null, null, | ||
'Teppo', 'Testinen', | ||
'Ilpo', 'Ilmoittautuja', | ||
'922c2089-83a8-4163-8180-d8b675ff5337', NOW() + INTERVAL '3 days', NOW()); | ||
|
||
-- Insert multiple enrollment appointments for person 2 | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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