Opened 13 years ago
Closed 13 years ago
#1721 closed defect (fixed)
Resource user templates are not picked up if schema version > 1.0.0
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-3.5 |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
Due to a timing issue, the fetching and processing of user templates is done before the extended models addin can register validators and serializers for > 1.0.0 resources. Therefore templates using > 1.0.0 resources fail to correctly load and are skipped during the loading process.
The fix is to defer the processing of user templates to when the main Workbench has been initialized. At this point, all startup commands will have been executed and > 1.0.0 resources will have been registered.
Note:
See TracTickets
for help on using tickets.
Fixed r5932