@arsedizioni/ars-utils 21.2.232 → 21.2.233

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1950,7 +1950,7 @@ class ClipperNoteBadgeComponent {
1950
1950
  .subscribe(data => {
1951
1951
  const params = {
1952
1952
  recipients: data.recipients,
1953
- userPropertyId: this.property().id ?? 0,
1953
+ userNoteId: this.property().id ?? 0,
1954
1954
  subject: data.subject,
1955
1955
  text: data.text
1956
1956
  };
@@ -2000,7 +2000,7 @@ class ClipperNoteBadgeComponent {
2000
2000
  this.dialogService.busy('Invio in corso...');
2001
2001
  const params = {
2002
2002
  notifyIfNotOpen: notifyIfNotOpen,
2003
- userPropertyId: this.property().id ?? 0,
2003
+ userNoteId: this.property().id ?? 0,
2004
2004
  };
2005
2005
  this.clipperService.notifyPropertyTo(params)
2006
2006
  .pipe(finalize(() => this.dialogService.clearBusy()))