Bug #5871
The revision manager contains the data files from different profile after upgrading morpho 1.x to 2.0
0%
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.
History
#1 Updated by Jing Tao almost 8 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.
#2 Updated by Redmine Admin almost 8 years ago
Original Bugzilla ID was 5871