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