I suspect the best place to change is the code between these two spots - the part that calls update_product and then sends the {:saved, product} message.
You’d want to add a Repo.preload there to ensure that the Product being added to the stream has the needed association loaded.






















