NCEAS / morpho

Morpho metadata editor
GNU General Public License v2.0
3 stars 1 forks source link

Changes to dataTable data are not saved to network #988

Closed mbjones closed 6 years ago

mbjones commented 6 years ago

Author Name: ben leinfelder (ben leinfelder) Original Redmine Issue: 5827, https://projects.ecoinformatics.org/ecoinfo/issues/5827 Original Date: 2013-01-29 Original Assignee: Jing Tao


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.

mbjones commented 6 years ago

Original Redmine Comment Author Name: Jing Tao (Jing Tao) Original Date: 2013-01-30T00:49:51Z


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.

mbjones commented 6 years ago

Original Redmine Comment Author Name: Redmine Admin (Redmine Admin) Original Date: 2013-03-27T21:31:48Z


Original Bugzilla ID was 5827