ApiLogicServer / ApiLogicServer-src

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

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

Open valhuber opened 2 months ago

valhuber commented 2 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