Commit 0b031be
Fix bug in dataset upload where the datastore uri was discarded (#9436)
This broke dataset upload if the datastore uri wasn’t equal to the wk
uri.
### Steps to test:
- Follow steps in
https://github.com/scalableminds/webknossos/wiki/Set-up-a-standalone-datastore-locally
- Upload a dataset via UI
- Should work.
------
- [x] Added changelog entry (create a `$PR_NUMBER.md` file in
`unreleased_changes` or use `./tools/create-changelog-entry.py`)
- [x] Removed dev-only changes like prints and application.conf edits
- [x] Considered [common edge
cases](../blob/master/.github/common_edge_cases.md)
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Tom Herold <tom.herold@scalableminds.com>1 parent fdd0b19 commit 0b031be
File tree
2 files changed
+3
-1
lines changed- frontend/javascripts/libs
- unreleased_changes
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments