1. 10 Dec, 2018 2 commits
    • Arnaud Fontaine's avatar
      erp5_configurator_standard_ui_test: Enable testFunctionalConfiguratorConsulting. · 745f0d69
      Arnaud Fontaine authored
      This should be tested even if it currently fails with "The operation is insecure"
      when trying to upload local ODS files.
      745f0d69
    • Arnaud Fontaine's avatar
      erp5_configurator_standard_ui_test: Fix testFunctionalConfigurator failures... · 5be8733c
      Arnaud Fontaine authored
      erp5_configurator_standard_ui_test: Fix testFunctionalConfigurator failures with erp5testnode (b955dbe0).
      
      The following error occurred because setupAutomaticBusinessTemplateRepository()
      was called and only added bt5/ directory but not bootstrap bt5s directory:
        BusinessTemplateMissingDependency: While analysing erp5_dhtml_style the following dependency could not be satisfied: erp5_xhtml_style ()
        Reason: Business Template could not be found in the repositories
      
      Instead assume that bt5 repositories are set up properly.
      
      Also, running through erp5testnode requires apache-backend Timeout to be
      increased as waiting for upgrader activities to be processed can take
      ~15 minutes (!377).
      5be8733c
  2. 07 Dec, 2018 2 commits
    • Ayush Tiwari's avatar
      [erp5_core] Follow guidelines for Actions on portal types Catalog and Catalog... · 0b649664
      Ayush Tiwari authored
      [erp5_core] Follow guidelines for Actions on portal types Catalog and Catalog Tool by adding dialog before executing
      
      Also, Cleanup useless actions and functions
      
      /reviewed-on nexedi/erp5!811
      0b649664
    • Jérome Perrin's avatar
      Configurator and workflow cleanups · a29bb541
      Jérome Perrin authored
      * Assorted small fixes so that form comply to conventions
      * Minimal fixes of invalid html
      * make `mixin` usable in type definition 
      
      The context is I was working on a custom configurator involving some matrixboxs, so I needed a simple business configuration item just to store the matrix result. This was possible with mixin, I just made a portal type based on Item class, enabling mxins for `Matrix` and `BusinessConfiguratorItem` and I did not have to define a class ( not sure this is really better ).
      
      Then the matrixbox was not rendering properly, because browser was confused by the broken html and build a "different DOM" and selectors did not apply. This is what `configurator: fix (a bit) invalid HTML` addresses.
      
      While doing this, fix some minor problems found with forms.
      
      /reviewed-on !814
      a29bb541
  3. 06 Dec, 2018 13 commits
  4. 05 Dec, 2018 4 commits
  5. 04 Dec, 2018 13 commits
  6. 30 Nov, 2018 4 commits
  7. 29 Nov, 2018 1 commit
  8. 28 Nov, 2018 1 commit