How to move documents between components without loosing URL links in workitems ?
One answer
The links to items have been implemented to go to the item in a context (your context being a stream and component). Since the item has been moved to a different component, the link results in a missing item because it doesn't exist there anymore.
I'm not quite sure how you want the link to behave. It points to an item but which version of the item? The file could exist in many different contexts. Specifying a context breaks in your use case. Not specifying a context is ambiguous to what you want to see.
I'm not quite sure how you want the link to behave. It points to an item but which version of the item? The file could exist in many different contexts. Specifying a context breaks in your use case. Not specifying a context is ambiguous to what you want to see.