Receiving incorrect content/template notification

Created on 23 March 2024, 3 months ago
Updated 22 June 2024, 1 day ago

Problem/Motivation

Consider the following scenario according to the working principle of the module.

Let Jane create a place type named Oxford University.
Then let John also subscribe to Oxford University..
When David creates an event at Oxford University, Jane and John get notification saying "Oxford University updated".(Update Node Template).
The interesting thing is that there is no change/update in the content of Oxford University, but a notification is received.

Actually, John as subscriber ( or Jane as creator ) should get a notification saying "DR Conference published", right? (Publish node template)
If there is no update in the content of Oxford University, why is "Update Node template" running?
Instead of Update node, shouldn't there be a "Publish node" template notification saying "DR conference published" for Oxford University subscribers (also creator) , right?

I wonder what I'm missing?
Any help, please?

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @jaydenpearly
  • πŸ‡¬πŸ‡§United Kingdom jaydenpearly

    Workaround :
    I have disabled the Email Content Flag to prevent notifications of content (Place) that have not been updated or changed.
    Thus, I prevented Update Node Notifications for content that has not changed when a referenced content (Event) created with it.
    It is just a temporary solution.

Production build 0.69.0 2024