1. 23 Jun, 2020 8 commits
  2. 22 Jun, 2020 5 commits
  3. 19 Jun, 2020 2 commits
  4. 18 Jun, 2020 5 commits
  5. 17 Jun, 2020 2 commits
  6. 16 Jun, 2020 13 commits
  7. 15 Jun, 2020 5 commits
    • Arnaud Fontaine's avatar
      pylint: Handle primitive types for no-name-in-module. · d656f635
      Arnaud Fontaine authored
      This fixes errors such as:
      E: No name '_dtmldir' in module 'Products.ERP5Type' (no-name-in-module)
      
      Where _dtmldir is 'PATH/TO/Products/ERP5Type/dtml/', dynamically added to
      Products.ERP5Type module.
      d656f635
    • Arnaud Fontaine's avatar
    • Arnaud Fontaine's avatar
      4ca034ee
    • 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 !1148
      9dd1ca85