We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65327bc commit 8aa286dCopy full SHA for 8aa286d
1 file changed
src/Views/tickets/partials/comments/new_in_createedit_ticket_form.blade.php
@@ -69,7 +69,7 @@
69
<div class="col-lg-10">
70
<ul class="list-group">
71
@include('panichd::shared.attach_files_button', ['attach_id' => 'comment_template_attached'])
72
- <div id="comment_template_attached" class="panel-group grouped_check_list deletion_list attached_list" data-new-attachment-edit-div="new_comment_modal_attachment" data-new-attachment-back-div="new_comment_modal_comment">
+ <div id="comment_template_attached" class="panel-group grouped_check_list deletion_list attached_list" data-new-attachment-modal-id="modal-attachment-edit">
73
74
</div>
75
</ul>
0 commit comments