1. 25 Feb, 2020 1 commit
    • Jérome Perrin's avatar
      hal_json_style: support a custom status message/level on edit · 159daa14
      Jérome Perrin authored
      This allow edit scripts or interactions to change the status message or
      the status level using the same way as workflow scripts: script can set
      the status text in request['portal_status_message'] and the status level
      in request['portal_status_level'].
      
      Note that part of this was already checked in accidentally in 97c40dcb
      
      /reviewed-on !1052
      159daa14
  2. 21 Feb, 2020 1 commit
    • Vincent Pelletier's avatar
      ERP5Type.patches.User: Scope role cache per user id. · 0b4fe995
      Vincent Pelletier authored
      When running test.erp5.testHalJsonStyle live tests, the same transaction
      seems to be seeing two different users. This cause an incorrect cache hit
      with the second user, which then retrieves values computed by & for the
      first user.
      Fix this by scoping the cache by user id, causing different cache entries
      to be used.
      0b4fe995
  3. 20 Feb, 2020 5 commits
  4. 19 Feb, 2020 7 commits
  5. 18 Feb, 2020 4 commits
  6. 17 Feb, 2020 19 commits
  7. 14 Feb, 2020 3 commits