Actions
Bug #5827
closedChanges to dataTable data are not saved to network
Start date:
01/29/2013
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5827
Description
Follow these steps to reproduce:
1. New DP wizard
2. Import new tabular data file
3. Save to network (only)
4. Edit data (add a row)
5. Save to network again.
Note that the data file changes are gone, even though a new id is being used for it.
If you also save locally, the changes are persisted as expected.
Updated by Jing Tao almost 12 years ago
In the DataViewer class, the code to modify the entity's data when the data table was modified was added. The change of data now can be saved to the network.
Actions