1. 07 Oct, 2013 1 commit
    • Tatuya Kamada's avatar
      BusinessTemplate: Fix a unindex/reindex catalog problem when upgraiding broken objects. · ff45fe0a
      Tatuya Kamada authored
       How it happened while upgrading PathTemplateItem:
         1. Try to remove the existing broken object and succeed removing
         2. However it is a broken object so self.unindexCatalog() is
            never called and the old catalog is remaining
         3. Add new object of PathTemplateItem and try to reindex the object
         4. Since old catalog is remaining, the catalog uid and object uid is
            different so catalogObjectList fails with FATAL error.
      
       The test is tests/BusinessTemplate.py#test_UpgradeBrokenObject.
      ff45fe0a
  2. 04 Oct, 2013 6 commits
  3. 02 Oct, 2013 1 commit
  4. 01 Oct, 2013 1 commit
  5. 26 Sep, 2013 1 commit
  6. 25 Sep, 2013 13 commits
  7. 24 Sep, 2013 2 commits
  8. 23 Sep, 2013 5 commits
  9. 20 Sep, 2013 1 commit
  10. 19 Sep, 2013 2 commits
  11. 18 Sep, 2013 2 commits
  12. 16 Sep, 2013 5 commits