• Boxiang Sun's avatar
    erp5_officejs_support_request_ui: Fix the listbox always loading problem. · 14cac0bc
    Boxiang Sun authored
    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.
    14cac0bc
gadget_supportrequest_homepage_js.xml 10.2 KB