You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/templates/components/ui-table/cell/events/view/tickets/orders/cell-order.hbs
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,6 @@
24
24
<iclass="delete icon"></i>
25
25
</UiPopup>
26
26
{{/if}}
27
-
{{#if (can-modify-orderthis.record)}}
28
-
<UiPopup @content={{t"Delete order"}} @click={{action (confirm (t"Are you sure you would like to delete this Order?") (actionthis.props.actions.deleteOrderthis.record))}} @class="ui icon button" @position="top center">
29
-
<iclass="trash icon"></i>
30
-
</UiPopup>
31
-
{{/if}}
32
27
<UiPopup @content={{t"Resend order confirmation"}} @click={{actionthis.props.actions.resendConfirmationthis.record}} @class="ui icon button" @position="top center">
0 commit comments