1. 17 Feb, 2020 13 commits
  2. 14 Feb, 2020 10 commits
  3. 13 Feb, 2020 1 commit
    • Jérome Perrin's avatar
      bank_reconciliation: Disable "Select Non Reconciled" · 4761e8be
      Jérome Perrin authored
      This action is very rarely used, typically once for each section and
      then never used again.
      
      Make it only enabled for Manager user, as a way to disable it, but it's
      still here and it still works, but it's not useful in normal operations.
      4761e8be
  4. 12 Feb, 2020 4 commits
  5. 10 Feb, 2020 9 commits
  6. 07 Feb, 2020 2 commits
    • Jérome Perrin's avatar
      ERP5JS: render before commit · dc02bfa8
      Jérome Perrin authored
      Since 264ded5c in ERP5JS we render the form directly after a successful edit, but this was done sometimes too early, namely, the next form was rendered before interaction workflows and this leads to problems like the ones discussed in !982 (comment 92893)
      
      /reviewed-on !1040
      dc02bfa8
    • Jérome Perrin's avatar
      knowledge_pad_ui_test: fix a random failure · ed44bee5
      Jérome Perrin authored
      This test click on the delete button which deletes by an ajax request
      and immediatly after open the "wait for activities" page. Sometimes the
      second request starts before the first is committed, so there are no
      activities to wait for.
      
      When using ZServer, we had only one worker thread, so this was not
      visible, but with wsgi we have more than one so it happened sometimes.
      
      Use an old jQuery trick to wait that the first request is no longer in
      flight.
      
      /reviewed-on !1038
      ed44bee5
  7. 06 Feb, 2020 1 commit