webknossos icon indicating copy to clipboard operation
webknossos copied to clipboard

Fix error message on localFolderWhitelist

Open normanrz opened this issue 9 months ago • 2 comments

normanrz avatar Apr 29 '24 15:04 normanrz

Fair enough. We can change the name of the key. Is that actually a per-datastore config?

normanrz avatar Apr 29 '24 16:04 normanrz

Is that actually a per-datastore config?

Yes, as it is assumed that datastores can each have their own filesystem. The wk side never reads this config value, only the datastore module.

fm3 avatar Apr 29 '24 16:04 fm3

Looks like this is messed up more than I expected, the wk side also reads this list from the datastore config block, to assert this during exploring. I think that does not really make sense with a multi-datastore setup. I’ll have to have a closer look at this stuff.

fm3 avatar Apr 30 '24 07:04 fm3

Follow-up issues https://github.com/scalableminds/webknossos/issues/7781 and https://github.com/scalableminds/webknossos/issues/7780

Should’t block this error message fix.

fm3 avatar May 02 '24 15:05 fm3