Skip to content

Commit

Permalink
Fix Create Linked Ticket modal on Self Service Asset page
Browse files Browse the repository at this point in the history
ffe0864 migrated some modals to elevator themes but the Create Linked Ticket modal on the Self Service Asset page was not
migrated as well. This patch fixes the issue.
  • Loading branch information
richieri-bps committed Dec 7, 2023
1 parent eeb33b2 commit e67d883
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 e67d883

Please sign in to comment.