Actions
Bug #4263
closedSaving to both location failed when a online package was imported a new data table
Start date:
07/24/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4263
Description
In Kruger park, when I tried to save a package into both local and oneline locations, it failed. The package was only online one and was imported a new data table.
Updated by Jing Tao almost 15 years ago
The bug was fixed. The reason is in AbstractDataPakcage.serializeData method, we use one boolean variable existFlag to indicate if a package is existed. However, when user choose "Save both", it is not enough. So I use two variables existInLocal and existInMetacat to replace the one. It works now.
Actions