samvera-deprecated / sufia

[DEPRECATED] Sufia: a fully featured, flexible Samvera repository front-end.
http://sufia.io/
Other
111 stars 78 forks source link

Collection members should not be migrated to ordered_members #3063

Closed hackartisan closed 7 years ago

hackartisan commented 7 years ago

The sufia and curation concerns code do not maintain ordered_members, so you could end up with a situation like #3062.

This line https://github.com/projecthydra/sufia/blob/7.2-migration/lib/sufia/import/collection_builder.rb#L30 needs to be changed to use #members.

mjgiarlo commented 7 years ago

@jcoyne are we going to want this in 7.3.0 and Hyrax as well?

hackartisan commented 7 years ago

@mjgiarlo I believe that import file will die with 7.2.x so we don't need to worry about porting it forward

mjgiarlo commented 7 years ago

@hackmastera okie dokie. thx!