Ticket #196 (closed defect: fixed)
Multiple Evaluation events added to the same time appear on the timeline but not in the Event Editor.
| Reported by: | sdanthin | Owned by: | sdanthin |
|---|---|---|---|
| Priority: | Medium | Milestone: | ScriptBuilder 1 |
| Component: | ScriptBuilder GUI | Version: | 2.0 |
| Severity: | Minor | Keywords: | |
| Cc: |
Description
Specifically does NOT work with CAD, ATMS, facilitator, activity log, and radio evaluation events. Functions as expected with CMS. Perhaps add a warning, and only allow one icon to be added, unless if it is useful to have multiple evaluation events at one time. Needs investigation
Change History
Note: See
TracTickets for help on using
tickets.

This problem seems to come from a feature that was half-implemented. In PropertyPanels.java the function addPropertyPanel, which adds the new panel to the event editor window (I think) only adds multiple of the same event if they are of the properties type of Multiple. All types that do not add multiple windows are of type Optional. Not sure what the intended purpose for this feature was supposed to be. Still creates multiple events for every non-visible event that is added.