This project is part of Madek.
It contains data specific and relevant for operation within the ZHdK.
- Get a new Dump
- Include and link it from
./data/ldap.json
- Import it e.g. by
InstitutionalGroupsImporter.import! MadekZhdkIntegration.zhdk_ldap_data
MediaResource.find_in_batches do |mrs|
mrs.each do |mr|
mr.reindex
end
end