mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
(core) add back config call for external storage
Summary: add back config call for external storage in the right order. Test Plan: existing saas tests catch this Reviewers: dsagal Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D3946
This commit is contained in:
parent
2c7ad727d1
commit
733b6b3d29
@ -1132,6 +1132,11 @@ export class FlexServer implements GristServer {
|
||||
await this.loadConfig();
|
||||
this.addComm();
|
||||
|
||||
// Temporary duplication of external storage configuration.
|
||||
// This may break https://github.com/gristlabs/grist-core/pull/546,
|
||||
// but will revive other uses of external storage. TODO: reconcile.
|
||||
await this.create.configure?.();
|
||||
|
||||
if (!isSingleUserMode()) {
|
||||
const externalStorage = appSettings.section('externalStorage');
|
||||
const haveExternalStorage = Object.values(externalStorage.nested)
|
||||
|
Loading…
Reference in New Issue
Block a user