You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I see subject in both subject sets. But when i try to unlink the subject from origin. It deletes subject, so it's not visible in both subject_sets:
# this deletes subjectorigin.remove(subject)
As i understand, removeng link from subject set to subject should not remove the subject itself?
The text was updated successfully, but these errors were encountered:
Checked previous version of panoptes_client 1.03 and reported behavior as above there as well.
Also tried removing redundant .find in above code when referencing a known subject_set.id or subject.id
Also tried to save the destination subject set and/or subject after the .add but this made no difference.
origin.remove(subject) still removed subject from both subject sets, and as far as I can tell subject is deleted (can not be recovered or displayed by subject.id).
I am not sure this is new behaviour or not - I can not recall attempting to move a subject from one subject set where we then removed it from the original subject set.
Folks requested the cleanup worker runs when unlinking from sets. Maybe that functionality should check that it's not part of another subject set before removal.
I try to move the subject from one subject set to another. Finding and adding the subject to new subject set works:
Now I see subject in both subject sets. But when i try to unlink the subject from origin. It deletes subject, so it's not visible in both subject_sets:
As i understand, removeng link from subject set to subject should not remove the subject itself?
The text was updated successfully, but these errors were encountered: