[Rt-commit] rt branch 5.0/fix-ticket-graph-saved-search created. rt-5.0.3-122-g6d384e2dae

BPS Git Server git at git.bestpractical.com
Mon Sep 19 04:11:43 UTC 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".

The branch, 5.0/fix-ticket-graph-saved-search has been created
        at  6d384e2dae531dae1a02f512fbcebea3ae435bf9 (commit)

- Log -----------------------------------------------------------------
commit 6d384e2dae531dae1a02f512fbcebea3ae435bf9
Author: Brad Embree <brad at bestpractical.com>
Date:   Sun Sep 18 21:10:38 2022 -0700

    Pass Graph Type to EditSearches

diff --git a/share/html/Ticket/Graphs/index.html b/share/html/Ticket/Graphs/index.html
index 20d32ca6ff..1c895dab0c 100644
--- a/share/html/Ticket/Graphs/index.html
+++ b/share/html/Ticket/Graphs/index.html
@@ -96,6 +96,7 @@ push @results, $m->comp( '/Search/Elements/EditSearches:Init',
     Query        => \%ARGS,
     SavedSearch  => $saved_search,
     SearchFields => \@save_arguments,
+    Type         => 'Graph',
 );
 
 $ARGS{'LeadingLink'} ||= 'Members';
@@ -112,6 +113,7 @@ push @results, $m->comp( '/Search/Elements/EditSearches:Save',
     Query        => \%ARGS,
     SavedSearch  => $saved_search,
     SearchFields => \@save_arguments,
+    Type         => 'Graph',
 );
 
 my $title = loc( "Ticket #[_1] relationships graph", $id );

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


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list