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:
@@ -11,7 +11,7 @@ export default class ExportHTMLZipTask extends ExportDocumentTreeTask {
|
||||
zip,
|
||||
collections,
|
||||
FileOperationFormat.HTMLZip,
|
||||
fileOperation.includeAttachments
|
||||
fileOperation.options?.includeAttachments ?? true
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user