-
Notifications
You must be signed in to change notification settings - Fork 359
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
Sierra: Fix and improve item/bib handling with transaction history #3133
Sierra: Fix and improve item/bib handling with transaction history #3133
Conversation
EreMaijala
commented
Oct 2, 2023
- Allows a bib to be fetched also when the item has already been deleted
- Fixes an issue when the transaction list contained multiple items for the same bib where only one item had it's bib mapped to it.
- Allows a bib to be fetched also when the item has already been deleted - Fixes an issue when the transaction list contained multiple items for the same bib where only one item had it's bib mapped to it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing caught my eye right away, and I thought I'd better ask about it before looking at the rest of the code in more detail.
* | ||
* @return string | ||
*/ | ||
protected function extractCallNumber(string $callNumber): string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be reverting changes from another recent Sierra PR. Is that intentional? It doesn't seem related to the intent of this one...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, I thought I took care of that. That's what you get for working with so many different versions. Should be fixed now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me -- thanks, @EreMaijala!
…ufind-org#3133) - Allows a bib to be fetched also when the item has already been deleted - Fixes an issue when the transaction list contained multiple items for the same bib where only one item had its bib mapped to it.
…ufind-org#3133) - Allows a bib to be fetched also when the item has already been deleted - Fixes an issue when the transaction list contained multiple items for the same bib where only one item had its bib mapped to it.