1. 20 Dec, 2017 4 commits
  2. 19 Dec, 2017 2 commits
  3. 15 Dec, 2017 33 commits
  4. 14 Dec, 2017 1 commit
    • Sebastien Robin's avatar
      catalog tool: move compilation of python script inside changeObjectClass · d013710a
      Sebastien Robin authored
      Python script needs to be recompiled when they comes from a change of
      class. This was done when business template was installing scripts, but
      not when automatic migration from old catalog to new catalog was done.
      So make sure to call _compile directly in changeObjectClass to make sure
      Python Scripts would always work after a change of class.
      d013710a