-
Notifications
You must be signed in to change notification settings - Fork 26
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
SIP2 returns None for a user/patron with any missing address field #3727
Labels
bug
Breaks something but is not blocking
f: circulation
Concerns the circulation interface or backend
Comments
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Aug 28, 2024
* Closes rero#3727. Co-Authored-by: Peter Weber <[email protected]>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Aug 28, 2024
* Closes rero#3727. * Dependencies update. Co-Authored-by: Peter Weber <[email protected]>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Aug 29, 2024
* Closes rero#3727. * Dependencies update. Co-Authored-by: Peter Weber <[email protected]>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Aug 29, 2024
* Closes rero#3727. * Dependencies update. Co-Authored-by: Peter Weber <[email protected]>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Sep 2, 2024
* Closes rero#3727. * Dependencies update. Co-Authored-by: Peter Weber <[email protected]>
PascalRepond
pushed a commit
that referenced
this issue
Sep 3, 2024
* Closes #3727. * Dependencies update. Co-Authored-by: Peter Weber <[email protected]>
rerowep
added a commit
that referenced
this issue
Sep 4, 2024
* Closes #3727. * Dependencies update. Co-Authored-by: Peter Weber <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Breaks something but is not blocking
f: circulation
Concerns the circulation interface or backend
Bug description:
If a user is missing an address field (street, postal_code, or city), there is an error in the function
format_patron_address(patron)
when trying to strip those fields. This prevents the user data to be returned correctly for SIP2.Expected behavior:
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: