Refresh notification for fields modified by on_change_with
We may have for example Function field based on which we want to trigger notifications.
So we should call `on_change_notify` when such fields are updated from the `on_change_with` calls.
issue