Neural-Systems-at-UIO / RB-workbench

a next generation online rodent brain workbench
GNU General Public License v3.0
2 stars 0 forks source link

Changing the name of a group should update all linked cards #70

Closed PolarBean closed 1 year ago

PolarBean commented 1 year ago

Estimated time: 1 hour

ehennestad commented 1 year ago

If the name of i.e TissueSampleCollection is changed, the value should also be updated in TissueSamples that are "PartOf the TissueSampleCollection

ehennestad commented 1 year ago

Undo/redo functionality does not work with this fix, i.e traversing the history will not update the linked values in dependent columns.

Should undo/redo be expanded to save all the tables for each element in history? Or is it better to only track changes, and then reverse them on undo/redo?

PolarBean commented 1 year ago

I think it should undo all effects of an action, including linking to other values

ehennestad commented 1 year ago

https://github.com/Neural-Systems-at-UIO/RB-workbench/pull/89 fixes this