-
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
Notification should be canceled if item is deleted #2410
Comments
@rerowep Is that an issue? I mean, did you encountered a specific case? If so, could you give context? |
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A notification should be canceled if the associated item of the loan is deleted.
The text was updated successfully, but these errors were encountered: