mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Rename popup for group by columns
Summary: Showing rename popup on group by column with disabled label section. It only allows to set description. Unrelated: - Fixing HostedMetadataManager test Test Plan: Updated tests Reviewers: Spoffy Reviewed By: Spoffy Subscribers: Spoffy Differential Revision: https://phab.getgrist.com/D4371
This commit is contained in:
committed by
Jarosław Sadziński
parent
0bdc838975
commit
5d349e603b
@@ -151,7 +151,7 @@ export class HostedStorageManager implements IDocStorageManager {
|
||||
if (!externalStoreDoc) { this._disableS3 = true; }
|
||||
const secondsBeforePush = options.secondsBeforePush;
|
||||
if (options.pushDocUpdateTimes) {
|
||||
this._metadataManager = new HostedMetadataManager(callbacks.setDocsMetadata);
|
||||
this._metadataManager = new HostedMetadataManager(callbacks.setDocsMetadata.bind(callbacks));
|
||||
}
|
||||
this._uploads = new KeyedOps(key => this._pushToS3(key), {
|
||||
delayBeforeOperationMs: secondsBeforePush * 1000,
|
||||
|
||||
Reference in New Issue
Block a user