Closed ryanisgrig closed 3 years ago
@ryanlengel when you click on the "Help" element in the Begin Dialog node under the Help trigger, what happens?
@cwhitten it refreshes and goes back to the emptyBot root dialog. Attached gif
@ryanlengel What happens if you go back to the Home screen and open it again (reloading it)? In addition, could you attach the bot assets to this ticket for us to get a repro.
I believe this is happening because the child dialogs are themselves inside another dialogs/
subfolder inside the component.
Those should all be moved up into the root exported/
folder @ryanlengel
Currently, Composer limits the paths folders and depth of searching when indexing the project.
Got it that makes sense, @gabog is going to take a look at this package and can let us know. If Composer intends to limit the searching depth, we may benefit from an "Export as package" option that flattens an exported bot and cleans up to only necessary files?
If you go back and reload from the home screen, the behavior is the same. Here's the bot attached (haven't made Ben's suggestion on it) issue_6350.zip
I believe we have resolved this. @ryanlengel is that correct?
Yes this is resolved - closing.
Describe the bug
A component with multiple dialogs is not rendering all of them in Composer when installing. HelpAndCancel package version v1.0.0-preview.20210309.c0ed425 has exported assets at https://github.com/microsoft/botframework-components/tree/ryanlengel/helpandcancel_bugbash/packages/HelpAndCancel/exported that are installed in the Conversational Core template or independently through Package Manager.
This version of the package contains 3 dialogs:
After installing the package only the root dialog appears in the Composer UI, but when starting bot and testing the conversations the other dialogs work as expected. This may be a bug with the contents of my package but could also be something with how Composer is ingesting/rendering the imported dialogs.
Imported root dialog is the only one that shows up
Responses from the package are successful
Version
Commit 823d4e08
Browser
OS
To Reproduce
Microsoft.Bot.Components.HelpAndCancel v1.0.0-preview.20210309.c0ed425
Expected behavior
All dialogs imported should show up.