There was an error while loading. Please reload this page.
2 parents 1f94f35 + ef6ad1f commit 2488fb7Copy full SHA for 2488fb7
src/js/Core/Requests/DeleteItemRequest.ts
@@ -65,7 +65,7 @@ export class DeleteItemRequest extends DeleteRequest<ServiceResponse> {
65
if (this.AffectedTaskOccurrences !== null) {
66
writer.WriteAttributeValue(
67
XmlAttributeNames.AffectedTaskOccurrences,
68
- this.AffectedTaskOccurrences);
+ AffectedTaskOccurrence[this.AffectedTaskOccurrences]);
69
}
70
71
if (this.SendCancellationsMode !== null) {
0 commit comments