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:
parent
9a77571f11
commit
d79fc356ea
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue