1. 04 Sep, 2017 11 commits
  2. 01 Sep, 2017 27 commits
  3. 31 Aug, 2017 2 commits
    • Boxiang Sun's avatar
      erp5_officejs_support_request_ui: Let the fast view dialog become editable. · e1c1fda0
      Boxiang Sun authored
      In the previous version, I pass the `editable` parameter on the homepage. This is not work anymore due to other people's changes(possibly due to 6a893b8d and/or 19028f05). After read his code, I move the `editable` to the `gadget_supportrequest_fast_view_dialog_js` page.
      e1c1fda0
    • Vincent Pelletier's avatar
      CatalogTool: Split getCategoryParameterDict in 2 · 79119142
      Vincent Pelletier authored
      One part working on {base_category_id: [document_value_set]}, and the other
      producing that structure out of a flat list of (base_category_id-prefixed)
      category relative urls.
      The former used to be included in the latter, but in some case caller
      already has the documents handy instead of only urls, in which case we can
      avoid a layer of document lookups.
      79119142