1. 24 Jun, 2021 1 commit
  2. 23 Jun, 2021 3 commits
  3. 22 Jun, 2021 6 commits
  4. 21 Jun, 2021 2 commits
  5. 18 Jun, 2021 4 commits
  6. 17 Jun, 2021 6 commits
  7. 15 Jun, 2021 6 commits
  8. 14 Jun, 2021 2 commits
  9. 11 Jun, 2021 3 commits
  10. 10 Jun, 2021 1 commit
  11. 09 Jun, 2021 2 commits
    • Jérome Perrin's avatar
      core: keep using default_params from proxy listbox ids · afa5c0fc
      Jérome Perrin authored
      With bf57228a ([erp5_core] RelationField listbox must also fetch
      default_params value from the relationfield, 2018-05-09), we introduced a
      regression that listboxs from relation fields "proxy listbox ids" default params
      where no longer used. As a result, if we have a listbox which define some
      catalog search with default parameters, like for example the "Suppliers" or
      "Clients" listboxs from erp5_trade are doing, these parameters were not
      taken into account. In the case of trade listbox, this was showing all nodes.
      
      This changes Base_getRelatedObjectParameter to get catalog search from the
      proxy listbox if there is one.
      afa5c0fc
    • Jérome Perrin's avatar
      trade_renderjs_ui_test: tests for "Suppliers", "Clients", "Organisations" and... · f67f5346
      Jérome Perrin authored
      trade_renderjs_ui_test: tests for "Suppliers", "Clients", "Organisations" and "Persons" Proxy Listbox Ids
      f67f5346
  12. 08 Jun, 2021 4 commits