location messa nel windowRef, altrimenti non funzionava la modale

This commit is contained in:
Davide Borgonovo
2023-10-27 12:49:25 +02:00
parent 97e1a2b315
commit d74fcd4001
@@ -16,6 +16,7 @@
} }
windowRef = { windowRef = {
name: widgetName, name: widgetName,
location: windowRef.location,
close: function() { close: function() {
openerRef.dismissRelatedObjectModal(); openerRef.dismissRelatedObjectModal();
} }