zooniverse / panoptes

Zooniverse API to support user defined volunteer research projects
Apache License 2.0
102 stars 41 forks source link

Bug Fix -- ensure orphan_subject existence in remover before referring to its attributes #4321

Closed yuenmichelle1 closed 2 months ago

yuenmichelle1 commented 2 months ago

Bug fix of https://github.com/zooniverse/panoptes/pull/4306

Bug description: When attempting to delete a subject set (and its corresponding subjects) that has subjects with classifications, we receive the following error: https://app.honeybadger.io/projects/40595/faults/106293131 (NoMethodError). This is because orphan_subject queried is nil.

Review checklist