Skip to content

Commit

Permalink
Add BeforeResults callback for /Search/Bulk.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bkembreeBPS authored and sunnavy committed Apr 10, 2024
1 parent 497efc0 commit 54297af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions share/html/Search/Bulk.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
<& /Elements/Header, Title => $title &>
<& /Elements/Tabs &>

% $m->callback( CallbackName => 'BeforeResults', ARGSRef => \%ARGS, Query => $Query, Format => \$Format, DisplayFormat => \$DisplayFormat );

<& /Elements/ListActions, actions => \@results &>
<form method="post" action="<% RT->Config->Get('WebPath') %>/Search/Bulk.html" enctype="multipart/form-data" name="BulkUpdate" id="BulkUpdate">
% foreach my $var (qw(Query Format OrderBy Order Rows Page SavedSearchId SavedChartSearchId Token)) {
Expand Down

0 comments on commit 54297af

Please sign in to comment.