natcap / invest

InVEST®: models that map and value the goods and services from nature that sustain and fulfill human life.
Apache License 2.0
170 stars 70 forks source link

Bugfix: saving datastack with absolute paths #1628

Closed emilyanndavis closed 2 months ago

emilyanndavis commented 2 months ago

Description

Fixes #1609 by resetting relativePaths to false each time the modal opens.

Confirmed this works by saving a datastack with Relative Paths checked (paths are indeed relative), then, in the same tab, saving the datastack with Relative Paths left unchecked (paths are indeed absolute).

Checklist