Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
Implementing the backend for allowing/disallowing rowactions to be run for tables. This changes the default behaviour to be enabled by default, and adds new endpoints to support setting/unsetting permissions. We introduced some API changes, but we don't need to keep backwards compatibility as nothing is using it yet. The frontend changes can be found in this PR:
Description
Implementing the backend for allowing/disallowing rowactions to be run for tables. This changes the default behaviour to be enabled by default, and adds new endpoints to support setting/unsetting permissions. We introduced some API changes, but we don't need to keep backwards compatibility as nothing is using it yet. The frontend changes can be found in this PR:
Addresses