Replies: 1 comment 2 replies
-
Hello @yqiang, There's nothing obviously wrong in your sample code. I suggest you try the troubleshooting techniques described in the FAQ: Why is ValueObservation not publishing value changes? Please report your findings! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
My goal is to observe the
modificationDate
column of two separate tables, and run some code when either's modificationDate is updated. The code that sets up the observation looks like this:When I update the
modificationDate
of aWeightGoalModel
in a separate part of the app, I would expect this ValueObservation to be triggered, but that is not what I'm observing. Here's how I'm updating themodificationDate
:Is there something obvious I'm overlooking, or am I misunderstanding on tracked regions work?
Beta Was this translation helpful? Give feedback.
All reactions