Mimetis / ProjectY

Project Y is a straightforward Landing Zones automated deployment tool dedicated to data processing.
MIT License
7 stars 5 forks source link

Host API and Web UI validate engine name differently. #19

Closed valeryjacobs closed 3 years ago

valeryjacobs commented 3 years ago

The host API doesn't include length restrictions in it's validation but the Web UI limits entries to 10 characters.

Reproduction: 1.Use the Cli or API calls to request a new engine with a name longer that 10 characters. This will return no error.

  1. Click Edit on the engine request in the Web UI and press save, there will be a message stating the name it too long.
valeryjacobs commented 3 years ago

Changed this behavior in the vj-Cli branch