Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
Frontend now expects to be able to supply role without a permissionId, this update makes it so that the validators allow this.
Added test cases for the behaviour - also realised the types in this area were pretty incorrect based on the validators, permissionId was just a string when it was actually typed, fixed this.
Description
Frontend now expects to be able to supply role without a
permissionId
, this update makes it so that the validators allow this.Added test cases for the behaviour - also realised the types in this area were pretty incorrect based on the validators,
permissionId
was just astring
when it was actually typed, fixed this.