[Rt-commit] rtir branch, 4.0/walk-web-test, created. 4.0.0-35-geed9fd7

Jim Brandt jbrandt at bestpractical.com
Thu Feb 2 16:23:36 EST 2017


The branch, 4.0/walk-web-test has been created
        at  eed9fd70f2f9829b4995a81b342db8050e120437 (commit)

- Log -----------------------------------------------------------------
commit eed9fd70f2f9829b4995a81b342db8050e120437
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Thu Feb 2 16:22:19 2017 -0500

    Diagnostics for walk_web

diff --git a/html/RTIR/Search/Reporting.html b/html/RTIR/Search/Reporting.html
index a350afa..765c77a 100644
--- a/html/RTIR/Search/Reporting.html
+++ b/html/RTIR/Search/Reporting.html
@@ -118,6 +118,11 @@ foreach (@search_fields) {
     }
 }
 
+use Data::Dumper;
+if ( not $query{Lifecycle} ){
+    warn "Lifecycle not found, query is: " . Dumper($query);
+}
+
 $m->callback( ARGSRef => \%ARGS, QueryArgsRef => \%query );
 
 </%init>

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


More information about the rt-commit mailing list