-
Notifications
You must be signed in to change notification settings - Fork 25
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
The patron email should be required if the communication channel is email. #1455
Labels
enhancement
Improvement of an existing feature
f: editor
Concerns editor based on JSON schema AND custom editor
f: user management
p-Medium
Medium priority (to be solved within 1-2 years)
Milestone
Comments
iGormilhit
added
f: editor
Concerns editor based on JSON schema AND custom editor
f: user management
p-Medium
Medium priority (to be solved within 1-2 years)
and removed
triage
labels
Nov 19, 2020
jma
added a commit
to jma/rero-ils
that referenced
this issue
Nov 19, 2020
* Fixes a patron creation with an existing user account, closes: rero#1454. * Fixes user profile information modification for a user without email, closes rero#1459. * Fixes a required email for a patron creation if the communication channel is email, closes rero#1455. Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
6 tasks
jma
added a commit
to jma/rero-ils
that referenced
this issue
Nov 19, 2020
* Fixes a patron creation with an existing user account, closes: rero#1454. * Fixes user profile information modification for a user without email, closes rero#1459. * Fixes a required email for a patron creation if the communication channel is email, closes rero#1455. Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
jma
added a commit
to jma/rero-ils
that referenced
this issue
Nov 19, 2020
* Fixes a patron creation with an existing user account, closes: rero#1454. * Fixes user profile email change does not update the patron record, closes rero#1458. * Fixes a required email for a patron creation if the communication channel is email, closes rero#1455. Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
jma
added a commit
to jma/rero-ils
that referenced
this issue
Nov 19, 2020
* Fixes a patron creation with an existing user account, closes: rero#1454. * Fixes user profile email change does not update the patron record, closes rero#1458. * Fixes a required email for a patron creation if the communication channel is email, closes rero#1455. Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
jma
added a commit
to jma/rero-ils
that referenced
this issue
Nov 19, 2020
* Fixes patron creation with an existing user account, closes rero#1454. * Ensures that when the patron updates his/her email in the RERO ID, the modification is synched to the patron record, closes rero#1458. * Makes the email required if the communication channel is email, closes rero#1455. Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
iGormilhit
changed the title
Make the email required if the communication channel is
The patron email should be required if the communication channel is email.
Nov 19, 2020
email
.
jma
added a commit
that referenced
this issue
Nov 19, 2020
* Fixes patron creation with an existing user account, closes #1454. * Ensures that when the patron updates his/her email in the RERO ID, the modification is synched to the patron record, closes #1458. * Makes the email required if the communication channel is email, closes #1455. Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
rerowep
pushed a commit
to rerowep/rero-ils
that referenced
this issue
Nov 20, 2020
* Fixes patron creation with an existing user account, closes rero#1454. * Ensures that when the patron updates his/her email in the RERO ID, the modification is synched to the patron record, closes rero#1458. * Makes the email required if the communication channel is email, closes rero#1455. Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Improvement of an existing feature
f: editor
Concerns editor based on JSON schema AND custom editor
f: user management
p-Medium
Medium priority (to be solved within 1-2 years)
How it works
During the patron creation, the librarian can choose the 'email' communication channel even if the email field is empty. A message inform the librarian that the email is required, but no strict validation is done.
Improvement suggestion
Make the email field required if the communication channel is
email
.The text was updated successfully, but these errors were encountered: