-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Signer is not sent an activity notification when signature is requested #2425
Comments
Let me turn off SELinux, reboot, and try again. |
Not related about email, but I identified that Activity app have a class called Filter to be possible display the activities at Activity app. I'm implementing this now, maybe will help to check if you are receiving the notifications. |
@vitormattos Sorry for the delay in getting back to you. The screenshots look good to me. The notifications include the message, "admin requested your signature on document." In this message, will "document" be replaced with the name of the file? For example, "admin requested your signature on Perry Contract.pdf"? If yes, then it's fine. However, if "document" will not be replaced, and it will always read "[username] requested your signature on document", then I think it should be slightly reworded to say "[username] requested your signature on a document". |
The document name in my case is libresign/tests/integration/features/sign/request.feature Lines 192 to 195 in 831d7e9
Only a curiosity about this step: The API have the possibility to set the file name but I didn't implemented that at frontend. |
Testing on RC8, this problem seems to be mostly fixed, but not completely fixed. When I request a signature from a user with a Nextcloud account, the user whose signature was requested receives the following notifications:
What still seems to be missing is an activity indicating that someone "requested your signature" on the document, as illustrated in screenshots in #2509. (See "Screenshots from Issue 2509", below.) |
Hi, I will reopen this issue and do a best check. |
This is fixed for me in v8.0.0-rc9. |
Describe the bug
A user with a Nextcloud account should receive a notification when his signature is requested. Currently, no notification is sent.
To Reproduce
As a regular Nextcloud user, log into your account. Open Settings > Notifications, and make sure that the "Mail" checkbox is selected for all notification options, and that "As soon as possible" is selected for the "Send activity emails" option.
Log in as an admin user and request a signature from the regular Nextcloud user from Step 1.
Wait 10 minutes.
Expected behavior
The regular user whose signature was requested should receive an email notification informing him that his signature has been requested.
Actual behavior
No email notification is sent. This was verified by looking at the logs of my SMTP server.
Screenshots
Environment information (please complete the following information):
tail -f data/nextcloud.log|grep libresign
): No messages are logged when performing these stepsAdditional context
When a signature is requested from an email address that does not have a Nextcloud account, that email address does receive an email notification.
The text was updated successfully, but these errors were encountered: