qri-io / 2017-frontend

qri electron & web frontend
https://qri.io
MIT License
23 stars 7 forks source link

stub issue: commit title always "created dataset" #445

Open ramfox opened 5 years ago

ramfox commented 5 years ago

when we go to edit a dataset from the dataset page & click "edit", we populate all the dataset info into the editor. This also populates the commit, with the commit of the previous version. We currently have no way of editing the commit, and the previous commit always gets sent over to the backend for the save. This means the commit title is always the same, if you submit on the frontend.

There is talk of making a person add a commit whenever they click save, in which case this will no longer be an issue, but perhaps a quick fix is not letting the previous commit copy over into the editor dataset.