OID Changes After Splitting and Bilinking Maps in MindManager
Discussion Open
Has anyone experienced topic OIDs changing after splitting a large map and bilinking in MindManager? For instance, the OID for the same topic changed from mmap#oid={7638D24E-3D5B-4841-8C15-A65FB0F2D969} to mmap#oid={09C56C96-7A60-4865-A390-9DCE533A3102} after the split. Any insights on preventing this?
this completely ruin my system that URL::/path/file.mmap+oid as a unique handler. thanks
currently, if you split the map (Send a topic to a new map), for topic A, it's "URL" will change from path1/filename1/topic-oid-A to
(path2)/filename2/topic-oid-B whcih i will completely lost where the topic 's identify.
if it can keep as topic-oic-A, even it is now path2/filename2/topic-oid-A, i could still use macro to find it out.
i'll say this is more like a bug.
currently, if you split the map (Send a topic to a new map), for topic A, it's "URL" will change from path1/filename1/topic-oid-A to
(path2)/filename2/topic-oid-B whcih i will completely lost where the topic 's identify.
if it can keep as topic-oic-A, even it is now path2/filename2/topic-oid-A, i could still use macro to find it out.
i'll say this is more like a bug.
The OID is the topic Guid in registry format. I guess that splitting a map uses Cut & Paste internally to move topics to another map. Paste always assigns new Guids, because you may be pasting copies of existing topics, so existing Guids cannot be re-used.
The OID is the topic Guid in registry format. I guess that splitting a map uses Cut & Paste internally to move topics to another map. Paste always assigns new Guids, because you may be pasting copies of existing topics, so existing Guids cannot be re-used.
---