You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable custom path + credentialID for WKW mags as well (#8725)
The `wkwResolutions` entries in `datasource-properties.json`s can now
also contain custom `path` and `credentialId`, much like with the `mags`
entries for zarr,zarr3,n5,neuroP.
### Steps to test:
- Move a mag directory of a WKW dataset away from its standard location
- Edit the json, specifying the `path`.
- Reload the dataset in wk. Data should be visible
- Change the path again to where the data is not
- Reload again, data should no longer be visible
- Data in the standard location `layerName/magLiteral` e.g.
`color/2-2-1` should still be shown even if no path is supplied.
### Issues:
- fixes https://scm.slack.com/archives/C5AKLAV0B/p1751030574372869
------
- [x] Added changelog entry (create a `$PR_NUMBER.md` file in
`unreleased_changes` or use `./tools/create-changelog-entry.py`)
- [x] Considered [common edge
cases](../blob/master/.github/common_edge_cases.md)
- [x] Needs datastore update after deployment
0 commit comments