Sha256: 10432d751320ed1784638d7ee81a623b30b6eeec23ae17705ded549058b2ceef

Contents?: true

Size: 594 Bytes

Versions: 61

Compression:

Stored size: 594 Bytes

Contents

// The editor for the CollectionTypeParticipant
// Add search for user/group to the edit an admin set's participants page
import Participants from 'hyrax/admin/collection_type/participants'
import Settings from 'hyrax/admin/collection_type/settings'
import tabifyForm from 'hyrax/tabbed_form'

export default class {
    constructor(elem) {
        let participants = new Participants(elem.find('#participants'))
        participants.setup()
        let settings = new Settings(elem.find('#settings'))
        settings.setup()
        tabifyForm(elem.find('form.edit_collection_type'))
    }
}

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/assets/javascripts/hyrax/admin/collection_type_controls.es6
hyrax-5.0.0 app/assets/javascripts/hyrax/admin/collection_type_controls.es6
hyrax-5.0.0.rc3 app/assets/javascripts/hyrax/admin/collection_type_controls.es6
hyrax-5.0.0.rc2 app/assets/javascripts/hyrax/admin/collection_type_controls.es6
hyrax-5.0.0.rc1 app/assets/javascripts/hyrax/admin/collection_type_controls.es6
hyrax-3.6.0 app/assets/javascripts/hyrax/admin/collection_type_controls.es6
hyrax-4.0.0 app/assets/javascripts/hyrax/admin/collection_type_controls.es6
hyrax-4.0.0.rc3 app/assets/javascripts/hyrax/admin/collection_type_controls.es6
hyrax-4.0.0.rc2 app/assets/javascripts/hyrax/admin/collection_type_controls.es6
hyrax-4.0.0.rc1 app/assets/javascripts/hyrax/admin/collection_type_controls.es6
hyrax-3.5.0 app/assets/javascripts/hyrax/admin/collection_type_controls.es6
hyrax-4.0.0.beta2 app/assets/javascripts/hyrax/admin/collection_type_controls.es6
hyrax-3.4.2 app/assets/javascripts/hyrax/admin/collection_type_controls.es6
hyrax-4.0.0.beta1 app/assets/javascripts/hyrax/admin/collection_type_controls.es6
hyrax-3.4.1 app/assets/javascripts/hyrax/admin/collection_type_controls.es6
hyrax-3.4.0 app/assets/javascripts/hyrax/admin/collection_type_controls.es6
hyrax-3.3.0 app/assets/javascripts/hyrax/admin/collection_type_controls.es6
hyrax-3.2.0 app/assets/javascripts/hyrax/admin/collection_type_controls.es6
hyrax-2.9.6 app/assets/javascripts/hyrax/admin/collection_type_controls.es6
hyrax-3.1.0 app/assets/javascripts/hyrax/admin/collection_type_controls.es6