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
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
When I remove a generated dialog from form dialog, it only removes files related to the top level dialog. All the lu and lg files for the properties remain on the disk which will cause a merging problem if I re-generate the dialog from the schema.
Version
Latest on main.
Browser
All browsers + electron.
OS
All platforms.
To Reproduce
Steps to reproduce the behavior:
Build composer with forms feature flag.
Create a form dialog schema.
Generate dialog.
Go to the generated dialog.
Select remove this dialog from the project tree.
See the error as well as check the bot project file to see they are not removed.
Expected behavior
The entire files/dirs related to this dialog should be removed.