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
While linking properly creates Link objects and committing to the database works fine the changes aren't reflected on the local attributes incoming_links, and outgoing_links.
Expected Behavior
Extending and removing links should be reflected in the beforementioned attributes on the collection.
Context
Provide any relevant background information or context that may help in understanding the issue.
Problem Statement
While linking properly creates Link objects and committing to the database works fine the changes aren't reflected on the local attributes
incoming_links
, andoutgoing_links
.Expected Behavior
Extending and removing links should be reflected in the beforementioned attributes on the collection.
Context
Provide any relevant background information or context that may help in understanding the issue.
Reproducible Steps
Workaround
Retrieving the newly created link objects can be done by committing the changes first and querying again.
The text was updated successfully, but these errors were encountered: