Skip to content

Commit

Permalink
Tweak JS
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaidelich committed Sep 2, 2024
1 parent 6e1a074 commit 90362d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
}
var movedOrNewParentDocuments = jQuery(this).closest('table').find('.neos-document[data-ismoved="true"], .neos-document[data-isnew="true"]').filter(nodePathStartsWith(currentNodePath));
jQuery(movedOrNewParentDocuments).each(function(index, movedParentDocument) {
jQuery('td.check input', movedParentDocument).prop('checked', checked);
jQuery('tr.neos-change.document-' + jQuery(movedParentDocument).data('identifier') + ' td.check input').prop('checked', checked);
});
}
Expand Down

0 comments on commit 90362d2

Please sign in to comment.