fix: Allow exporting items that belong to an organization
This commit is contained in:
parent
7f0ad51915
commit
f80cc7f397
|
@ -84,7 +84,6 @@ class ExportServiceImpl(
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
val exportedItems = ciphers
|
val exportedItems = ciphers
|
||||||
.filter { it.organizationId == null }
|
|
||||||
.map { cipher ->
|
.map { cipher ->
|
||||||
cipher.toExportEntity(
|
cipher.toExportEntity(
|
||||||
localToRemoteFolderIdMap = localToRemoteFolderIdMap,
|
localToRemoteFolderIdMap = localToRemoteFolderIdMap,
|
||||||
|
|
Loading…
Reference in New Issue