1
0
Fork 0
mirror of synced 2024-06-29 03:20:34 +12:00

Fix for #8491 - auto generated screens use the form block now which had an issue with the close screen event not providing a URL.

This commit is contained in:
mike12345567 2022-11-03 12:50:52 +00:00
parent 3568e1127b
commit 02de19e9d9

View file

@ -48,6 +48,9 @@
},
{
"##eventHandlerType": "Close Screen Modal",
parameters: {
url: actionUrl,
},
},
{
"##eventHandlerType": "Navigate To",
@ -68,6 +71,9 @@
},
{
"##eventHandlerType": "Close Screen Modal",
parameters: {
url: actionUrl,
},
},
{
"##eventHandlerType": "Navigate To",