Ticket #237 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

setupCatalog configuration method is not re-executable

Reported by: tarmo Assigned to: jukka
Priority: critical Milestone:
Component: generic Version:
Keywords: Cc:
Time spent: 3.0h Time remaining: 0h
Time planned: 0.5h

Description

All customization policy methods (in ConfigurationMethods?.py) must be able to run even if they have been executed before. So they must do their customization successfully in the following situations:

  • the method has not been run before
  • and older version of the method has been run before
  • the same version of the method has been run before

setupCatalog gives an error when run the second time.

Change History

03/16/06 16:24:18 changed by jukka

  • owner changed from anonymous to jukka.
  • status changed from new to assigned.
  • tt_remaining changed.
  • tt_spent changed.
  • tt_estimated set to 0.5h.

03/16/06 17:43:33 changed by jukka

  • status changed from assigned to closed.
  • tt_spent set to 3.0h.
  • resolution set to fixed.
  • tt_remaining set to 0h.

(In [149]) fixed #237 and similar defects, closed #131 (spent 3h). Now we have LanguageTool? installed (it's required for LinguaPlone? anyway) and checked to ignore browser's language.

03/16/06 18:02:04 changed by jukka

(In [151]) Oops, #237 wasn't really fixed. One underscore too much. Now it is: fixed #237 spent 0.1h