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
When I want to print the linked kitems of item1, I get an empty list even if was passively linked by item3. This has the reason that item1 is the first item in the updated buffer. Therefore the refresh does not have the links to item3 etc. because they will be commited after item1.
A solution would be to make a set of the kitems running through the create- and updated-commit, which would be refreshed after the overall committing operation. Currently, items get refresh after each individual commit.
The text was updated successfully, but these errors were encountered:
When I run the following code:
When I want to print the linked kitems of
item1
, I get an emptylist
even if was passively linked byitem3
. This has the reason thatitem1
is the first item in the updated buffer. Therefore the refresh does not have the links toitem3
etc. because they will be commited afteritem1
.A solution would be to make a set of the kitems running through the create- and updated-commit, which would be refreshed after the overall committing operation. Currently, items get refresh after each individual commit.
The text was updated successfully, but these errors were encountered: