[Rt-commit] rt branch 5.0/fix-ticket-graph-saved-search updated. rt-5.0.3-123-gd58822a0af

BPS Git Server git at git.bestpractical.com
Mon Oct 24 00:16:50 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 updated
       via  d58822a0afdb67aef18932abd4eec1cafa0be9de (commit)
      from  6d384e2dae531dae1a02f512fbcebea3ae435bf9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d58822a0afdb67aef18932abd4eec1cafa0be9de
Author: Brad Embree <brad at bestpractical.com>
Date:   Sun Oct 23 17:14:02 2022 -0700

    Remove id from search save args
    
    If id is listed in the search save args then the search saves the ticket id
    for the ticket being viewed when the search is saved. If the search is loaded
    for a different ticket it shows the graph for the original ticket and not the
    one currently being viewed.

diff --git a/share/html/Ticket/Graphs/index.html b/share/html/Ticket/Graphs/index.html
index 1c895dab0c..8ec87041b5 100644
--- a/share/html/Ticket/Graphs/index.html
+++ b/share/html/Ticket/Graphs/index.html
@@ -86,7 +86,7 @@ $m->callback( TicketObj => $ticket, ARGSRef => \%ARGS );
 
 my @results;
 
-my @save_arguments = qw(id Direction LeadingLink ShowLinks MaxDepth FillUsing ShowLinkDescriptions);
+my @save_arguments = qw(Direction LeadingLink ShowLinks MaxDepth FillUsing ShowLinkDescriptions);
 foreach my $level ( 0 .. 6 ) {
     push @save_arguments, "Level-". $level ."-Properties";
 }

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

Summary of changes:
 share/html/Ticket/Graphs/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list