@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.
- package/esm2020/lib/components/private/form-records/add-form-record/add-form-record.component.mjs +2 -1
- package/esm2020/lib/models/trigger.model.mjs +1 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +1 -0
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +1 -0
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/lib/models/trigger.model.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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
|
});
|