ApiLogicServer / ApiLogicServer-src

Create an executable project (API and Admin App) from a database or natural language prompt with 1 command, customize with declarative rules and Python in your IDE, containerize and deploy.
https://apilogicserver.github.io/Docs/
BSD 3-Clause "New" or "Revised" License
30 stars 5 forks source link

Improper handling of required interferes with adding Parent in Admin App #55

Open valhuber opened 6 months ago

valhuber commented 6 months ago

This is a postgres database with a typical parent-required declaration - a customer is required for an order.

The problem is that it is affecting parent insertions, as shown here.

parent required attribute