rufuspollock-okfn / dataexplorer

View, visualize, clean and process data in the browser.
http://explorer.okfnlabs.org
148 stars 47 forks source link

[Bug] Script contents being lost on run #81

Closed rufuspollock closed 11 years ago

rufuspollock commented 11 years ago

Seems that on run of the script for the house prices example we lose the script contents.

Also: seems we always do a save when the project loads ...

rufuspollock commented 11 years ago

OK, tracked one issue: namely the constant saving of the Project on each load of the project. This is due to the fact we call _updateNav which makes a query and which in turn triggers a save because we bind to query:done to save query state onto the current view.

No easy way to fix this but illustrates that the view / query stuff is not quite right IMO ...