Opened 14 years ago
Closed 14 years ago
#1656 closed defect (fixed)
The Bind() method of all top-level resource editor controls must support being called multiple times
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-3.0 |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
When saving edits from the XML editor, it calls the Bind() method of of parent resource editor to re-initialize itself with the latest XML content.
Unfortunately, most implementations of Bind() currently assume they will be called only once. These implementations need to be modified to allow being called multiple times.
Note:
See TracTickets
for help on using tickets.
Fixed in r5691