erp5_officejs_support_request_ui: Fix the listbox always loading problem.
When the homepage refreshed with "field_listbox_begin_from", the listbox always on loading state. We should not call child gadget's "changeState" directly. Instead, we need to call child(listbox) render in parent render. Which can let the child listbox aware of the parameter change in the parent gadget.
Showing
Please register or sign in to comment