MAIF / izanami

Izanami is a centralized versatile feature flag solution, well suited for micro service architectures.
https://maif.github.io/izanami/
Apache License 2.0
184 stars 42 forks source link

to be undefined or no to be undefined #808

Closed baudelotphilippe closed 4 months ago

baudelotphilippe commented 4 months ago

If I try to create a New feature without selected a project, there is an error message

image

That's right but if I create a Project named "undefined" (:D) and I retry to create a feature, this time there is no error and the New feature is automatically add to the undefined Project.

image

Is it a bug or a feature ?

ptitFicus commented 4 months ago

Nice one, fixed by preventing form validation while project field is empty.