-
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
Availability sent to the owning library instead of the pickup #2373
Labels
bug
Breaks something but is not blocking
f: notifications
p-High
High priority (to be solved in the 2-3 next months)
Milestone
Comments
iGormilhit
added
f: notifications
bug
Breaks something but is not blocking
p-High
High priority (to be solved in the 2-3 next months)
labels
Sep 8, 2021
7 tasks
7 tasks
zannkukai
added a commit
to zannkukai/rero-ils
that referenced
this issue
Oct 7, 2021
This refactoring purpose is to generalize the notification system in order to manage every kind of notification. The `Notification` resource structure is heavy linked to circulation operation (we need to link the notification with a loan). This commit implements a specific class implementation for each type of notification, with a subclass that provides relevant information to process and dispatch the notification. Closes rero#2373. Closes rero#2390. Closes rero#2410. Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai
added a commit
to zannkukai/rero-ils
that referenced
this issue
Oct 11, 2021
This refactoring purpose is to generalize the notification system in order to manage every kind of notification. The `Notification` resource structure is heavy linked to circulation operation (we need to link the notification with a loan). This commit implements a specific class implementation for each type of notification, with a subclass that provides relevant information to process and dispatch the notification. Closes rero#2373. Closes rero#2390. Closes rero#2410. Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai
added a commit
to zannkukai/rero-ils
that referenced
this issue
Oct 12, 2021
This refactoring purpose is to generalize the notification system in order to manage every kind of notification. The `Notification` resource structure is heavy linked to circulation operation (we need to link the notification with a loan). This commit implements a specific class implementation for each type of notification, with a subclass that provides relevant information to process and dispatch the notification. Closes rero#2373. Closes rero#2390. Closes rero#2410. Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai
added a commit
to zannkukai/rero-ils
that referenced
this issue
Oct 12, 2021
This refactoring purpose is to generalize the notification system in order to manage every kind of notification. The `Notification` resource structure is heavy linked to circulation operation (we need to link the notification with a loan). This commit implements a specific class implementation for each type of notification, with a subclass that provides relevant information to process and dispatch the notification. Closes rero#2373. Closes rero#2390. Closes rero#2410. Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai
added a commit
to zannkukai/rero-ils
that referenced
this issue
Oct 12, 2021
This refactoring purpose is to generalize the notification system in order to manage every kind of notification. The `Notification` resource structure is heavy linked to circulation operation (we need to link the notification with a loan). This commit implements a specific class implementation for each type of notification, with a subclass that provides relevant information to process and dispatch the notification. Closes rero#2373. Closes rero#2390. Closes rero#2410. Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai
added a commit
to zannkukai/rero-ils
that referenced
this issue
Oct 13, 2021
This refactoring purpose is to generalize the notification system in order to manage every kind of notification. The `Notification` resource structure is heavy linked to circulation operation (we need to link the notification with a loan). This commit implements a specific class implementation for each type of notification, with a subclass that provides relevant information to process and dispatch the notification. Closes rero#2373. Closes rero#2390. Closes rero#2410. Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai
added a commit
that referenced
this issue
Oct 13, 2021
This refactoring purpose is to generalize the notification system in order to manage every kind of notification. The `Notification` resource structure is heavy linked to circulation operation (we need to link the notification with a loan). This commit implements a specific class implementation for each type of notification, with a subclass that provides relevant information to process and dispatch the notification. Closes #2373. Closes #2390. Closes #2410. Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
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: notifications
p-High
High priority (to be solved in the 2-3 next months)
Describe the bug
If a patron with mail as communication channel, requested an item that is getting the status item at desk, the availability notice is sent to the library that owns the item, instead of the pickup library.
To Reproduce
Expected behavior
The availability notification should be sent to the pickup library.
Context
v1.4.9
.The text was updated successfully, but these errors were encountered: