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
Let Bucket have two factoids: thing, which contains tidbits; and other thing, which is an alias to thing.
The only entry in other thing is <alias> thing. If an admin issues Bucket, merge thing => other thing, all of the tidbits in thing will be moved to other thing, and thing will become just <alias> other thing. But other thing will still contain <alias> thing.
Merging factoids together should not result in circular aliases. If the target factoid is already an alias, Bucket should either refuse to merge (probably sensible if it points elsewhere) or remove the alias from the target before merging (sensible if the target points to the source factoid).
The text was updated successfully, but these errors were encountered:
Let Bucket have two factoids:
thing
, which contains tidbits; andother thing
, which is an alias tothing
.The only entry in
other thing
is<alias> thing
. If an admin issuesBucket, merge thing => other thing
, all of the tidbits inthing
will be moved toother thing
, andthing
will become just<alias> other thing
. Butother thing
will still contain<alias> thing
.Merging factoids together should not result in circular aliases. If the target factoid is already an alias, Bucket should either refuse to merge (probably sensible if it points elsewhere) or remove the alias from the target before merging (sensible if the target points to the source factoid).
The text was updated successfully, but these errors were encountered: