Skip to content

Commit

Permalink
Show the edit gear for charts also
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrandtbuffalo committed Jul 26, 2024
1 parent 691829c commit 6079784
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions share/html/Elements/ShowSearch
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ if ($SavedSearch) {
if ( $SearchArg->{'SearchType'} eq 'Chart' ) {
$SearchArg->{'SavedChartSearchId'} ||= $SavedSearch;
$class = $SearchArg->{Class} if $SearchArg->{Class};
$customize
= RT->Config->Get('WebPath')
. '/Search/Chart.html?'
. $m->comp( '/Elements/QueryString', SavedSearchLoad => $SavedSearch );
}

# XXX: dispatch to different handler here
Expand Down

0 comments on commit 6079784

Please sign in to comment.