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
{{ message }}
This repository was archived by the owner on Jan 29, 2022. It is now read-only.
Hi I`ve been studying this repo for my bachelor thesis and I´ve encountered a possible bug.
When creating 2 different agents and transferring ownership of a record between them, for each transfer of a record made in the past, the record_owners table gets an entry. E.g. At the creation of the record one entry is made. Transferring the same record once will make two new entries in said table, and each successive transfer will increase the amount of entries made in this table by one. Is this behaviour intended? If yes, whats the reason for it?
The screenshot shows the record_owners table after generating one record for a user and transfering it back and forth 3 times.