Sha256: b613e9cfa8ba6d4efbffdd7d0731260f5cf2c5e7b28cd8ac19270fad911ff48c

Contents?: true

Size: 479 Bytes

Versions: 74

Compression:

Stored size: 479 Bytes

Contents

export let initialize_batch_selected = () =>
{
    $('input.submits-batches').on('click', ({target}) => {
        let form = $(target).closest("form");
        $.map($(".batch_document_selector:checked"), (document, i) => {
            let id = document.value;
            if (form.children("input[value='" + id + "']").length === 0)
                form.append('<input type="hidden" multiple="multiple" name="batch_document_ids[]" value="' + id + '" />');
        });
    });
}

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
hyrax-2.5.1 app/assets/javascripts/hyrax/batch_select.es6
hyrax-2.5.0 app/assets/javascripts/hyrax/batch_select.es6
hyrax-3.0.0.pre.beta2 app/assets/javascripts/hyrax/batch_select.es6
hyrax-2.4.1 app/assets/javascripts/hyrax/batch_select.es6
hyrax-3.0.0.pre.beta1 app/assets/javascripts/hyrax/batch_select.es6
hyrax-2.4.0 app/assets/javascripts/hyrax/batch_select.es6
hyrax-2.3.3 app/assets/javascripts/hyrax/batch_select.es6
hyrax-2.3.2 app/assets/javascripts/hyrax/batch_select.es6
hyrax-2.3.1 app/assets/javascripts/hyrax/batch_select.es6
hyrax-2.3.0 app/assets/javascripts/hyrax/batch_select.es6
hyrax-2.0.3 app/assets/javascripts/hyrax/batch_select.es6
hyrax-2.2.4 app/assets/javascripts/hyrax/batch_select.es6
hyrax-2.2.3 app/assets/javascripts/hyrax/batch_select.es6
hyrax-2.2.2 app/assets/javascripts/hyrax/batch_select.es6
hyrax-2.2.1 app/assets/javascripts/hyrax/batch_select.es6
hyrax-2.2.0 app/assets/javascripts/hyrax/batch_select.es6
hyrax-2.1.0 app/assets/javascripts/hyrax/batch_select.es6
hyrax-2.1.0.rc4 app/assets/javascripts/hyrax/batch_select.es6
hyrax-2.1.0.rc3 app/assets/javascripts/hyrax/batch_select.es6
hyrax-2.1.0.rc2 app/assets/javascripts/hyrax/batch_select.es6