Originally created by @damianstrain on GitHub (May 23, 2019).
Hi John,
A quick question on Object/ListMonitors if you have time 😄 . If I fetch an Entity that has a one-to-many relationship for example, would adding to or updating that relationship in any way trigger a change event?
Many Thanks
Originally created by @damianstrain on GitHub (May 23, 2019).
Hi John,
A quick question on Object/ListMonitors if you have time 😄 . If I fetch an Entity that has a one-to-many relationship for example, would adding to or updating that relationship in any way trigger a change event?
Many Thanks
adam
added the question label 2025-12-29 15:28:04 +01:00
@damianstrain Sorry for the late response. Adding and removing relationships will trigger the change event, but updates will not (the reference itself wouldn't change)
@JohnEstropia commented on GitHub (Jun 29, 2019):
@damianstrain Sorry for the late response. Adding and removing relationships will trigger the change event, but updates will not (the reference itself wouldn't change)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @damianstrain on GitHub (May 23, 2019).
Hi John,
A quick question on Object/ListMonitors if you have time 😄 . If I fetch an Entity that has a one-to-many relationship for example, would adding to or updating that relationship in any way trigger a change event?
Many Thanks
@JohnEstropia commented on GitHub (Jun 29, 2019):
@damianstrain Sorry for the late response. Adding and removing relationships will trigger the change event, but updates will not (the reference itself wouldn't change)
@damianstrain commented on GitHub (Jul 1, 2019):
Thanks @JohnEstropia 👍