[PM-15969] Update inline comment

This commit is contained in:
André Bispo
2025-01-02 15:10:04 +00:00
parent 5f40ac3004
commit d192065054

View File

@@ -117,7 +117,7 @@ fun List<CollectionView>?.canAssignToCollections(currentCollectionIds: List<Stri
if (this.isNullOrEmpty()) return true
if (currentCollectionIds.isNullOrEmpty()) return true
// Verify user can MANAGE at least one collection the item is in.
// Verify user can MANAGE or EDIT at least one collection the item is in.
return this
.any {
currentCollectionIds.contains(it.id) &&