Allow setting permission of collections during import (#6799)

* Allow setting permission of collections during import

closes #6767

* Remove unused column
This commit is contained in:
Tom Moor
2024-04-15 20:13:12 -06:00
committed by GitHub
parent 3315db449f
commit 54c6abbba9
17 changed files with 186 additions and 122 deletions

View File

@@ -59,7 +59,7 @@ export default abstract class ExportTask extends BaseTask<Props> {
);
if (
fileOperation.includeAttachments &&
fileOperation.options?.includeAttachments &&
env.MAXIMUM_EXPORT_SIZE &&
totalAttachmentsSize > env.MAXIMUM_EXPORT_SIZE
) {
@@ -74,7 +74,7 @@ export default abstract class ExportTask extends BaseTask<Props> {
}
Logger.info("task", `ExportTask processing data for ${fileOperationId}`, {
includeAttachments: fileOperation.includeAttachments,
options: fileOperation.options,
});
await this.updateFileOperation(fileOperation, {