Actions
Bug #5871
closedThe revision manager contains the data files from different profile after upgrading morpho 1.x to 2.0
Start date:
02/19/2013
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5871
Description
A Revision Manager in Morpho 2.0 manages the data objects in a single profile. So every profile has a Revision Manager.
However, after upgrading from Morpho 1.x to Morpho 2.0, a Revision Manager may contain the objects from the other profiles.
For example, Morpho 1.x has two profiles - A and B. After the upgrading, the RevisionManager of the profile A only has the data objects in the profile A. This is correct behavior. However, the Revision Manager of the profile B has not only the objects in the profile B but also the objects in the profile A. This is not correct.
Updated by Jing Tao over 11 years ago
In the RevisionUpdater class, there is structure to keep the revisions. We didn't reset it after upgrading a profile. After reseting it, the issue was fixed.
Actions