Bug #2360
closedDocument Identifier Conflict Resolution
0%
Description
Currently, Morpho uses the <scope> and <lastId> to generate the next document
id for any new document. When saving locally, if a document with this id already
exists, it will simply be overwritten silently. When saving to the network, the
save will generally fail silently. When there is a naming conflict like this,
the user should be alerted and given options for how to deal with the confict,
such as saving it with a higher revision number, saving it under a different
document id, etc.
Related issues
Updated by Callie Bowdish over 16 years ago
My understanding is that previous versions of Morpho handle document conflicts. Judith worked with a previous version recently and didn't have the same problems as those working with the current version.
Updated by Callie Bowdish over 16 years ago
I tested previous version of Morpho 1.6.0 and found that it had problems with doc ids too.
Updated by Jing Tao over 16 years ago
it is duplicated to bug 3454
- This bug has been marked as a duplicate of bug 3454 ***