Skip to content

Commit 8aa286d

Browse files
committed
Patch: embedded comment edit button was not assigned to edit modal
1 parent 65327bc commit 8aa286d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Views/tickets/partials/comments/new_in_createedit_ticket_form.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<div class="col-lg-10">
7070
<ul class="list-group">
7171
@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">
72+
<div id="comment_template_attached" class="panel-group grouped_check_list deletion_list attached_list" data-new-attachment-modal-id="modal-attachment-edit">
7373

7474
</div>
7575
</ul>

0 commit comments

Comments
 (0)