SuffolkLITLab / docassemble-ALDashboard

A frontend to a few common administrative backend functions that aren't built-in to Docassemble
MIT License
8 stars 0 forks source link

Allow dashes in short name #69

Open BryceStevenWilley opened 1 year ago

BryceStevenWilley commented 1 year ago

https://github.com/SuffolkLITLab/docassemble-ALDashboard/blob/744680bc2c71a1ef20b63c83db3ae4ed63d56fe1/docassemble/ALDashboard/data/questions/install_packages.yml#L32

is_identifier is too strict, and will reject short names like appeals-brief-template, which are valid in the dispatch file.

(Side note, but this validation should be in javascript as well; when the validation code is triggered and fails, the page refreshes and the packages that you want to install all disappear, forcing you to enter them all again).