Creating a new dialog via the "Begin a new dialog" property pane does not set the dialog property #1631
Closed
2 of 7 tasks
Labels
Type: Bug
Something isn't working
Describe the bug
If you choose "Create a new dialog" from the "Begin dialog" property pane, it does create a dialog, but does NOT set the property as expected to that new dialog.
In addition, an INVALID ACTION is written to the new child dialog's trigger list that includes a circular reference (the newly created child dialog will contain a reference to itself), and this causes the 'Restart bot' process to fail.
This is an example of the invalid JSON that is added to the trigger list:
Version
e47d8ec
Browser
What browser are you using?
OS
What operating system are you using?
To Reproduce
Steps to reproduce the behavior:
... also
Expected behavior
Give a clear and concise description of what you expected to happen.
The name of the newly created dialog will be set into the property field where the "create new dialog" option was initially selected
Screenshots
If applicable, add screenshots/gif/video to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: