Skip to content

Commit ea4a6b7

Browse files
committed
Merge branch '6.0/do-not-show-customize-for-chart-search' into 6.0-trunk
2 parents 402dc0e + c23753c commit ea4a6b7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

share/html/Elements/ShowSearch

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,6 @@ if ($SavedSearch) {
185185
$SearchArg->{'SavedChartSearchId'} ||= $SavedSearch;
186186
$class = $SearchArg->{Class} if $SearchArg->{Class};
187187
$type = 'Chart';
188-
$customize
189-
= RT->Config->Get('WebPath')
190-
. '/Search/Chart.html?'
191-
. $m->comp( '/Elements/QueryString', SavedSearchLoad => $SavedSearch );
192188
}
193189

194190
# XXX: dispatch to different handler here

0 commit comments

Comments
 (0)