Files
windmill/backend/windmill-api-groups
Amey Pawar 84df11177f fix(folders): allow hyphens in folder names (#9566)
The create-folder UI and API rejected hyphens in folder names, even though
hyphens are valid in paths elsewhere: owner/path validation already permits
them, and folders with hyphens can be created via the CLI or by deploying to
an `f/<folder>/...` path. This inconsistency blocked the common `folder-name`
convention (e.g. relative imports like `../folder-name/logic.ts`).

Allow `-` in the folder-name regex on both the backend (create endpoint) and
the frontend create form, and update the validation messages.

Fixes #8474
2026-06-15 08:04:07 +02:00
..