Skip to content

Commit

Permalink
Add ActionsMenu callback to ShowAssets for tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrandtbuffalo committed Jan 22, 2024
1 parent 095953d commit 35ca6c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions share/html/Ticket/Elements/ShowAssets
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ $m->callback(
% $request_path =~ s!/{2,}!/!g;
% my $page = RT::Interface::Web::Menu->new();
% RT::Interface::Web::MenuBuilder::_BuildAssetMenuActionSubmenu( $request_path, Menu(), PageWidgets(), $page, Asset => $asset );
% $m->callback( CallbackName => "ActionsMenu", Ticket => $Ticket, Asset => $asset, Menu => $page );
<& /Elements/Menu, menu => $page, id => 'asset-'.$asset->id.'-actions-menu', parent_id => 'asset-'.$asset->id &>

<%perl>
Expand Down

0 comments on commit 35ca6c2

Please sign in to comment.