-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.2 M2
-
Fix Version/s: 5.2 M3
-
Component/s: None
-
Tags:
The repository initialization handler used to initialize repository from templates
is not correctly registering itself as an initialization handler because it overrides any other handler already initialzied.
Enhance repository initialization handler API to make transparent the registration when there is already a handler installed.
This will delegate the initialization to the parent handler and then execute its own initialization code.
- is duplicated by
-
NXP-2593 Fix repository initialization
- Resolved