1. 21 Dec, 2020 3 commits
    • Jérome Perrin's avatar
      testXHTML: ignore gadget_vcs_status.js from erp5_forge · 5403cf75
      Jérome Perrin authored
      jsl complains about "class" in object literals, but there's nothing wrong
      with this.
      
      portal_skins/erp5_vcs/gadget_vcs_status.js
      (17): SyntaxError: invalid property id
            class: true,
      5403cf75
    • Jérome Perrin's avatar
      forge: set a title to the commit gadget field · 440a876f
      Jérome Perrin authored
      This fixes the testNamingConvention failure:
      
          AssertionError: erp5_vcs/BusinessTemplate_viewVcsStatusDialog : your_commit_json : can't be empty
      
      Since this field is in bottom group, the label is not rendered, so it's
      not needed to hide field name with some TALES.
      440a876f
    • Jérome Perrin's avatar
      forge: fix broken proxy field · 965987f5
      Jérome Perrin authored
      This dialog had a proxy field to another field from the same dialog (
      BusinessTemplate_viewGitLogin/your_auth ).
      When dialog was renamed, proxy field got broken.
      
      To ease maintenance, proxy to the same field as BusinessTemplate_viewGitLoginDialog/your_auth
      is using.
      965987f5
  2. 17 Dec, 2020 5 commits
  3. 16 Dec, 2020 1 commit
  4. 14 Dec, 2020 4 commits
  5. 11 Dec, 2020 4 commits
  6. 10 Dec, 2020 1 commit
    • Jérome Perrin's avatar
      pdm: support default image in Service,Component Individual Variations · 310e3de0
      Jérome Perrin authored
      in c361a8c3 (erp5_pdm: improve product invividual variation, 2020-03-09)
      we changed to allow default images in product individual variation and modified
      IndividualVariation_view to add a file upload field to upload an image, but this
      form is shared with other individual variations portal types.
      
      Without setting the default image property sheet and allowing Embedded Files as
      sub-documents, saving the form was causing an error.
      310e3de0
  7. 09 Dec, 2020 4 commits
  8. 04 Dec, 2020 3 commits
  9. 03 Dec, 2020 15 commits