Bug #5792
closedIn some situation, morpho uses the same frame to display two data package with different ids (one in local and one in network)
0%
Description
Here are steps to duplicate the issue:
1. Use the new data package wizard to create a new data package and save it to the both local and network. The data packages are tao.390
2. Modify the title and save the package to the local(increasing revision). The local new id is tao.392.
3. Modify the title again and save the package to the both local and network(increasing revision).
4. Morpho shows that the data package has id tao.394 in the both local and network.
Actually, the id in local is tao.394 and the network one is tao.392.
I guess the reason is that we separate the saving process for local and network.
In the third time saving, the network saving figured out tao.392 didn't existe in the network, so it used the id. However, the local saving figured out tao.392 had been used (in the second time saving), so it asked user to increase the id to tao.394.
Related issues
Updated by ben leinfelder almost 12 years ago
This is no longer an issue now that we do the identifier resolution in one place before saving to local+network.