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
When a project is opened, for each dialog that DOES NOT ALREADY include a .qna file, one is added. However, these files are always added at the /dialogs/nameOfDialog folder.
If the dialogs in question are not in the /dialogs folder, or are in a subfolder of the dialogs folder, the related .qna files should be placed in the existing folder, not in a new one.
For example, if /dialogs/imported/getEmail is added to the project, the .qna file should be in /dialogs/imported/getEmail, not in /dialogs/getEmail as currently happens, resulting in 2 folders.
Whatever code is creating these .qna files should NOT be opinionated about the location of the dialogs, as they can technically exist in any folder or subfolder of the project.
Version
1.1.1
Steps to reproduce the behavior:
Create a project
Open it in the file system and copy an existing dialog into /dialogs/imported/someFolderName
Open the project in Composer
Look at the file system again - you will see /dialogs/someFolderName has been erroneously created with an empty qna file.
Expected behavior
The new qna file will be created inside the existing folder.
The text was updated successfully, but these errors were encountered:
Describe the bug
When a project is opened, for each dialog that DOES NOT ALREADY include a .qna file, one is added. However, these files are always added at the /dialogs/nameOfDialog folder.
If the dialogs in question are not in the /dialogs folder, or are in a subfolder of the dialogs folder, the related .qna files should be placed in the existing folder, not in a new one.
For example, if /dialogs/imported/getEmail is added to the project, the .qna file should be in /dialogs/imported/getEmail, not in /dialogs/getEmail as currently happens, resulting in 2 folders.
Whatever code is creating these .qna files should NOT be opinionated about the location of the dialogs, as they can technically exist in any folder or subfolder of the project.
Version
1.1.1
Steps to reproduce the behavior:
Expected behavior
The new qna file will be created inside the existing folder.
The text was updated successfully, but these errors were encountered: