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
If the target object is deleted, I believe that Fedora removes the proxy object automatically. But ActiveFedora doesn't know this happened, so the proxies solr document was never removed. Thus members_ids.size can return the old count (say 5) instead of the accurate count that members.size would return (4).
The text was updated successfully, but these errors were encountered:
https://github.com/projecthydra-labs/activefedora-aggregation/blob/master/lib/active_fedora/aggregation/association.rb#L24
If the target object is deleted, I believe that Fedora removes the proxy object automatically. But ActiveFedora doesn't know this happened, so the proxies solr document was never removed. Thus
members_ids.size
can return the old count (say 5) instead of the accurate count thatmembers.size
would return (4).The text was updated successfully, but these errors were encountered: