[Rt-commit] rtir branch, 4.0/tools-lookup-create-incident, created. 4.0.0rc1-2-geb49f08

Dustin Graves dustin at bestpractical.com
Wed Jun 1 12:08:07 EDT 2016


The branch, 4.0/tools-lookup-create-incident has been created
        at  eb49f084d5ef59a492e01ed6fc91f0470294a639 (commit)

- Log -----------------------------------------------------------------
commit eb49f084d5ef59a492e01ed6fc91f0470294a639
Author: Dustin Graves <dustin at bestpractical.com>
Date:   Wed Jun 1 16:07:18 2016 +0000

    add js event handling for incident create link on Tools->Lookup
    
    Fixes: I#32037

diff --git a/static/js/rtir.js b/static/js/rtir.js
index e4d997a..79c08de 100644
--- a/static/js/rtir.js
+++ b/static/js/rtir.js
@@ -63,6 +63,7 @@ jQuery(function() {
     jQuery('body').on('click', '#incidents-create', showIncidentsModal);
     jQuery('body').on('click', '#create-incident', showIncidentsModal);
 
+    jQuery('body').on('click', '.create_child_incidents', showIncidentsModal);
     jQuery('body').on('click', '.create_child_incident_reports', showReportsModal);
     jQuery('body').on('click', '.create_child_investigations', showInvestigationsModal);
     jQuery('body').on('click', '.create_child_countermeasures', showCountermeasuresModal);

-----------------------------------------------------------------------


More information about the rt-commit mailing list