Skip to:
Background:
We noticed that certain scheduled notices were not going out in our hosted environments like below:
Noticed messages like the below in logs:
On verifying the modulePermissions for https://github.com/folio-org/mod-circulation/blob/v19.2.8/descriptors/ModuleDescriptor-template.json#L746 endpoint, it is missing 'circulation.rules.notice-policy.get' permission
Actual Results:Scheduled notices that have a triggeringEvent of "overdue fine returned" are not going through due to the missing permission
Expected Results:
Scheduled notices that have a triggeringEvent of "overdue fine returned" to be sent without failures
Observations:After adding the missing permission, all queued scheduled notices cleared themselves
I confirm I was able to receive scheduled emails for the trigger "Overdue fined, returned" in Kiwi Bugfest.
Will you be able to test this ticket on BugFest? It's already deployed.
Thank you for the confirmation!
Hi , regarding this comment of yours https://folio-org.atlassian.net/browse/CIRC-1100?focusedCommentId=117116&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel, old notices that have not been sent due to the absence of the permission are going to be sent only if the fine, that is related to the specific notice, has not been paid yet, or if a triggering event of a notice is "lost item returned - fee adjusted".
Thanks, . I'll reassign to Vega.
cc: &
Background:
We noticed that certain scheduled notices were not going out in our hosted environments like below:
Noticed messages like the below in logs:
On verifying the modulePermissions for https://github.com/folio-org/mod-circulation/blob/v19.2.8/descriptors/ModuleDescriptor-template.json#L746 endpoint, it is missing 'circulation.rules.notice-policy.get' permission
Actual Results:
Scheduled notices that have a triggeringEvent of "overdue fine returned" are not going through due to the missing permission
Expected Results:
Scheduled notices that have a triggeringEvent of "overdue fine returned" to be sent without failures
Observations:
After adding the missing permission, all queued scheduled notices cleared themselves