1
0
Fork 0
mirror of synced 2024-09-11 23:16:00 +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 9a77571f11
commit d79fc356ea

View file

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