You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[publication] Fix download prevention by overriding download notification function (#9208)
An error regarding the non-existence of a notification_module with module: publication and operation: download prevented the downloading of files.
The notification function was overridden for this module to bypass the LorisException thrown by the non-existence of entries. It appeared by far to be a simpler solution than checking for and adding extra logic when the entries do not exist.
Resolves#9133.
0 commit comments