Ticket #78 (closed task: done)
Explore - can we change Incident 100 to Incident Media in Visi CAD display?
| Reported by: | jdalbey | Owned by: | jdalbey |
|---|---|---|---|
| Priority: | Medium | Milestone: | May 2019 Training |
| Component: | CAD Client | Version: | |
| Severity: | Minor | Keywords: | |
| Cc: |
Description
Change in the incident xml script?
Change History
comment:2 Changed 7 years ago by jdalbey
Specifically, what is desired is in VisiCAD it doesn't list "100" as an incident, but simply "media".
We can simply try changing it in XML incident script and see if Sim Mgr chokes.
comment:3 Changed 7 years ago by jdalbey
Took a quick look at this ... Incident ID is an integer field in the Incident Class in CAD Viewer and changing it would effect many other parts of application.
comment:4 Changed 7 years ago by jdalbey
I have a quick fix prepared. Just as the incident number is about to be displayed in the table I intercept it and see if it's 100 and if so then display the string "Media" instead. Internally it's still incident 100 and no change to the Incident Script is needed. Not yet committed.
