TF-4236 Fix partial-update validation for thread label ops.
This commit is contained in:
@@ -9,6 +9,8 @@ extension ListEmailIdExtension on List<EmailId> {
|
||||
|
||||
List<Id> toIds() => map((emailId) => emailId.id).toList();
|
||||
|
||||
Set<Id> toSetIds() => map((emailId) => emailId.id).toSet();
|
||||
|
||||
Map<Id, PatchObject> generateMapUpdateObjectMarkAsRead(ReadActions readActions) {
|
||||
return {
|
||||
for (var emailId in this)
|
||||
|
||||
Reference in New Issue
Block a user