Changes between Version 12 and Version 13 of ScriptBuilderTasks


Ignore:
Timestamp:
01/29/2020 05:03:49 AM (6 years ago)
Author:
jdalbey
Comment:

add link

Legend:

Unmodified
Added
Removed
Modified
  • ScriptBuilderTasks

    v12 v13  
    88(3) Instead of writing a `COLOR` tag with every script event, since the color is the same for every event in an Incident, just output the color information as part of the Incident info, perhaps a new attribute of `GENERAL_INFO` tag. 
    99 
    10 (3) When outputting XML, prettify the formatting. [http://www.topjavatutorial.com/java/java-programs/pretty-print-xml-java/ See example]. 
     10(3) When outputting XML, prettify the formatting. [http://www.topjavatutorial.com/java/java-programs/pretty-print-xml-java/ See example].  I also like the results from this [https://www.freeformatter.com/xml-formatter.html online formatting tool]. 
    1111 
    1212(2) ~~Add a "needs saving" indicator to the title bar. Also, prompt the user to confirm if they try to exit and there are unsaved changes.~~