Ticket #178 (closed enhancement: done)
Sim Mgr should copy xml file to incident_script.xml when a new script is loaded via "Load Script"
| Reported by: | jdalbey | Owned by: | jdalbey |
|---|---|---|---|
| Priority: | Low | Milestone: | Sep 2019 Training |
| Component: | Simulation Manager | Version: | |
| Severity: | Minor | Keywords: | |
| Cc: |
Description
Currently the incident_script.xml file is manually copied from the desired source for use by EI notebook. Ideally this should happen automatically whenever Script Manager loads a new script.
Change History
Note: See
TracTickets for help on using
tickets.

Added a copyXMLfile method to Coordinator.java, called from loadScriptFile method. Fixed in r466.