Actions
Bug #3702
closedChange morpho uploading data file
Start date:
12/15/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3702
Description
Currently when morpho upload a data file, it is used the file name under profile dir. This will end up that metacat will save the file name, e.g. 3.1, 4.3, as docname in xml_documents. It cause issue for metacat download data file name display (see bug 2566). We should use object name to replace the file name in profile.
Updated by Jing Tao almost 16 years ago
In serializeData method of AbstractDataPackage class, we pass object name to DataStoreInterface. Now it save save the data file name to metacat.
Actions