on_change is not triggered when the value is changed by the server
When a function on the server is called via an on_change event and the called function changes the values of some fields, then the on_change events of those fields are not triggered even though the values of those fields are changed.
This is roughly what I'm trying to achieve:
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- 2010-02-10
- Last reply:
- 2010-02-11
This question was originally filed as bug #519766.
Hello Elver,
You may choose to use Warning module.
If not, you may opt for this little change in your own onchange method.
warning = {
}
return {'value': Your dictionary, 'warning':warning}
Thanks.
Can you help with this problem?
Provide an answer of your own, or ask elver for more information if necessary.