You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2021. It is now read-only.
I´ll start by asking. Is it possible? I couldn't´t found a way to do that. I´ll explain what:
I have a model, say A with fields a, b, c. An instance of this model will be modified at some point. I would like to be able to set up a hook so it is only fired when field a or b are modified.
Is it possible to accomplish using current version? if not, it would be a good enhancement.
I´ll start by asking. Is it possible? I couldn't´t found a way to do that. I´ll explain what:
I have a model, say
Awith fieldsa,b,c. An instance of this model will be modified at some point. I would like to be able to set up a hook so it is only fired when fieldaorbare modified.Is it possible to accomplish using current version? if not, it would be a good enhancement.
Greetings, and keep up the good work.