We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 402dc0e + c23753c commit ea4a6b7Copy full SHA for ea4a6b7
1 file changed
share/html/Elements/ShowSearch
@@ -185,10 +185,6 @@ if ($SavedSearch) {
185
$SearchArg->{'SavedChartSearchId'} ||= $SavedSearch;
186
$class = $SearchArg->{Class} if $SearchArg->{Class};
187
$type = 'Chart';
188
- $customize
189
- = RT->Config->Get('WebPath')
190
- . '/Search/Chart.html?'
191
- . $m->comp( '/Elements/QueryString', SavedSearchLoad => $SavedSearch );
192
}
193
194
# XXX: dispatch to different handler here
0 commit comments