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
1 changed files with 6 additions and 0 deletions

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",