1. 15 Jun, 2020 5 commits
    • Jérome Perrin's avatar
      Only show groups from user assignments in report dialogs · 66f398f5
      Jérome Perrin authored
      Because most of the times we configure roles so that users assigned to a group can only see documents from this group, it's a better default that in reports they can only select the groups they are affected to (and the sub categories of these groups).
      
      For more complex security configurations, the script `Base_getDialogSectionCategoryItemList` can be customised.
      
      See merge request !1136
      66f398f5
    • Jérome Perrin's avatar
      Remove split and defer action · 9dd1ca85
      Jérome Perrin authored
      "Split and Defer" action
      
      ![screenshot of split_and_defer transition](/uploads/2a9d4efc139b881bfec82a425996c659/image.png)
      
      functionality can be achieved with "Solve Divergences" action with a "Split and Defer" 
      
      ![screenshot of solve_divergence transition choosing split and defer action](/uploads/704c4713d842455c4e369a99d8f4867a/image.png)
      
      we don't need two ways of doing the same thing.
      
      This removes the workflow transitions and the dialogs and update the tests to use the "Solve Divergences" action instead.
      
      See merge request nexedi/erp5!1148
      9dd1ca85
    • Jérome Perrin's avatar
      French translations for new messages and "solve divergence" with simulation · 82824aeb
      Jérome Perrin authored
      Main goal was to make erp5_trade 100% translated, also the divergence explanations.
      
      The result of the solve divergence dialog is:
      
      ![solve divergence dialog in french](/uploads/7ba5d3fcccb58b223471566d528c5c0a/image.png)
      
      This also fixes a few small problems with existing translations
      
      See merge request nexedi/erp5!1149
      82824aeb
    • Jérome Perrin's avatar
      fix WebPage.getImplicitSuccessorValueList in the context of web site · c5a9d1df
      Jérome Perrin authored
      Fix a problem with `WebPage.getImplicitSuccessorValueList`, it did not detect references such as:
      
      ```
      <img src="reference">
      ```
      
      when the web page was in the context of a web site, because of some wrong relative URL calculations.
      
      See merge request !1153
      c5a9d1df
    • Jérome Perrin's avatar
      *: Update XML to new WorkflowHistoryList data structure · 1e2c40e2
      Jérome Perrin authored
      Following up nexedi/erp5!941 , use a script ( nexedi/erp5$444 ) to rewrite most of XML.
      
      The script was not so clever and skipped several cases that would be hard to implement.
      
      
      See merge request nexedi/erp5!1156
      1e2c40e2
  2. 12 Jun, 2020 5 commits
  3. 11 Jun, 2020 5 commits
  4. 10 Jun, 2020 1 commit
  5. 09 Jun, 2020 14 commits
  6. 08 Jun, 2020 8 commits
  7. 05 Jun, 2020 2 commits