Send notifications (via Moodle notifications processors)#33
Closed
danielneis wants to merge 6 commits intolearningworks:masterfrom
Closed
Send notifications (via Moodle notifications processors)#33danielneis wants to merge 6 commits intolearningworks:masterfrom
danielneis wants to merge 6 commits intolearningworks:masterfrom
Conversation
Contributor
|
Thanks for this as well, @danielneis ! Looks good, just made a couple of comments to clarify. :) |
zpottie
suggested changes
Sep 23, 2021
Contributor
|
Looks really cool, and I know it's been requested before. :) Had a look through and but not at a computer again - is this disabled by default? I suspect some people might not want this automatically enabled when they upgrade next time...? |
Contributor
Author
|
Yes, this is disabled by default. There is a checkbox on the form to enable it for each notification so people can continue to use it without any notification being sent if they prefer. |
zpottie
approved these changes
Oct 14, 2021
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
This adds the ability to send notifications (via "system bell", "email", "mobile push notifications" or any other message configured on your Moodle instance).
Message is sent via adhoc task on the "datefrom".
If notification is updated the task is rescheduled.
Hope you like.
Best,
Daniel