Changing the dataset path through Data Settings does not update the component settings view of the Input and Target
P
PerceptiLabs
Repro steps:
* Create any model
* Open Data Settings from within the workspace
* Change the dataset path to another dataset (can be an identical dataset just copied somewhere else on the computer)
* Press Save to apply the change
* Press on the Input or Target component
Expected Outcome:
The path in the component settings should be the new path you just changed to in the Data Settings.
Actual Outcome:
The path in the component settings is the old path rather than the new one.
Noticed in release version: 0.12.24
Julian Moore
I believe, because I was inspecting model.json for some other reason, that the settings panel is taking the info from there, because it was not correctly updated after src change in the json.
This could provide an opportunity to refactor some things that are clearly separate and should probably be unified so that the fn setCSVPath() sets a dirty flag on the model and causes the json to be updated as well as the other location ;)