Actions
Bug #5775
closedMorpho doesn't allow users to modify the entity access rules at the second time
Start date:
01/09/2013
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5775
Description
I created a data package with a data file successfully. The docid of eml was tao.112 and data file id was tao.110. I modified the access rules for the data file and saved it. The eml id was tao.116 and the data file is tao.114. Then i closed the data package and opened it again. I modified the access rule and wanted to save it. It gave me an error:
Should not update data file id tao.114 because it is not the latest revsion (tao.110)
Related issues
Updated by Jing Tao almost 12 years ago
In the serializeData method of LocalDataStoreService class, the code to use a wrong order to look up the latest version.
Actions