@eqproject/eqp-dynamic-module 2.6.9 → 2.6.10

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.
@@ -5127,6 +5127,7 @@ class AddFormRecordComponent {
5127
5127
  triggerToFire.record = record; // Il record che ha provocato il trigger
5128
5128
  triggerToFire.trigger = trigger; // Il trigger
5129
5129
  triggerToFire.formulas = formulas; // Le formule inviate in input al modulo dinamico, valutate nel contesto del trigger e del record
5130
+ triggerToFire.userPatient = this.userID; // UserID
5130
5131
  this.fireTrigger.emit(triggerToFire);
5131
5132
  }
5132
5133
  });