Skip to content

Commit

Permalink
Merge branch '5.0/fix-new-ticket-from-asset-modal' into 5.0-trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnavy committed Dec 11, 2023
2 parents f929b29 + 30db4c0 commit b642745
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions share/html/SelfService/Asset/Helpers/CreateLinkedTicket
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,4 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
<%args>
$Asset
</%args>
<%init>
my $asset = LoadAsset($Asset);
</%init>
<& /Asset/Elements/CreateLinkedTicket, AssetObj => $asset &>
% $m->abort;
% $m->comp( '/Asset/Helpers/CreateLinkedTicket', %ARGS );

0 comments on commit b642745

Please sign in to comment.