Skip to content
Snippets Groups Projects
Commit f16c7cd4 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

fix query class

parent 53d41bea
Branches
Tags
No related merge requests found
Pipeline #151271 passed
......@@ -139,7 +139,7 @@ function collectMetadata() {
function collectDeleteOIDs() {
var metadata = {};
$('.bulk-delete-checkboxes-metadata').each( function() {
$('.bulk-delete-checkboxes').each( function() {
var id = this.id;
var key = $(this).val();
var selector = '#' + id + 'Input';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment