Ticket #182 (closed Bug: fixed)
Cheddar ADL objects ID are wrong when model are edited by hand
Reported by: | singhoff | Owned by: | singhoff |
---|---|---|---|
Priority: | minor | Milestone: | 3.3 |
Component: | framework | Version: | trunk |
Keywords: | Cc: |
Description
In the framework, 2 global variables stored the object id generators ... which may lead to id bugs when we load models that are edited by hand and extended by the editors
to fix that bug:
1) we removed the extra global variable :-)
2) and when a model is loaded, the value of the id generator is increased to the higher value of the model + 1
Change History
Note: See
TracTickets for help on using
tickets.