You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simulate a component that has some dialogs in a subfolder by moving some dialogs into an imported folder, such as imported/fakepackage/mydialog/mydialog.dialog
open in composer - you will not see mydialog
Expected behavior
All exported dialogs will be visible to composer
The text was updated successfully, but these errors were encountered:
Describe the bug
If a component exports multiple dialogs, some of them will live inside subfolders, resulting in an imported structure like:
/dialogs/imported/{Component}/{Dialog}/{Dialog}.dialog
These are currently invisible to composer because the botStructure is only looking 1 folder deep.
See here:
BotFramework-Composer/Composer/packages/server/src/models/bot/botStructure.ts
Line 30 in 00f292a
Version
1.4.x
To Reproduce
Expected behavior
All exported dialogs will be visible to composer
The text was updated successfully, but these errors were encountered: