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
In a normal scenario, if I create a new child item and add it as a child to the parent item, that works well.
If I add a Hyperlink to the child item and then add that child item to the parent as child, then none of the links gets created. Neither links (parent-child and the Hyperlink) is set in the child and parent items
I am adding the Hyperlink using the following, after creating the new child:
newChild.Relations.AddHyperlink(url, comment);
parent.Relations.AddChild(newChild);
if I don't add the Hyperlink this line of code, the parent-child relationship gets created correctly.
This happens in the latest aggregator-cli version.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
In a normal scenario, if I create a new child item and add it as a child to the parent item, that works well.
If I add a Hyperlink to the child item and then add that child item to the parent as child, then none of the links gets created. Neither links (parent-child and the Hyperlink) is set in the child and parent items
I am adding the Hyperlink using the following, after creating the new child:
newChild.Relations.AddHyperlink(url, comment);
parent.Relations.AddChild(newChild);
if I don't add the Hyperlink this line of code, the parent-child relationship gets created correctly.
This happens in the latest aggregator-cli version.
The text was updated successfully, but these errors were encountered: