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
28 stars 4 forks source link

Admin App shows wrong screen after update from master/detail #10

Open valhuber opened 1 year ago

valhuber commented 1 year ago

On the sample app, if I see Customer with list of Orders, and delete first order, next screen is list of Orders. It should be the Customer/Orders page.

Similarly, if I see Customer with list of Orders, and add an order & details, it shows the order list afterwards. It should remember and return to the Customer/Orders page.

Same thing for updating an order from the Customer/Orders page.