Bug #72
Default configuration should be persisted to Repository
| Status: | Fixed | Start: | 04/30/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | core | |||
| Target version: | - |
Description
Default configuration should be persisted to Repository.
Right now its only "in-memory"
Associated revisions
- global defaults now get also stored in the Repository (fixes #72) * Confyx-class does no longer handle injecting Repositories to Families (FamilyAdministrations) * Confyx-class now simply acts as a Repository for Family-instances * a new interface to create Families was introduced: FamilyFactory * the new factory-interface was implemented by ConfyxFamilyFactory * a singleton-implementation of Confyx-class is now provided by ConfyxSingleton (that extends Confyx) * adjustments in tests and sample-app according to the changes above