ApiLogicServer-src
ApiLogicServer-src copied to clipboard
React Admin UI does not display multi-part keys
-
Use 9.4.9
-
ApiLogicServer create --project_name=foo --db_url=BudgetApp
-
start app
-
Post curl -X 'POST'
'http://localhost:5656/api/Budget/'
-H 'accept: application/vnd.api+json'
-H 'Content-Type: application/json'
-d '{ "data": { "attributes": { "year_id": 2023, "month_id": 10, "user_id": 1, "category_id": 1, "description": "Budget Test", "amount": 100, "actual_amount": 0 }, "type": "Budget" } }' -
Open react admin app: http://localhost:5656/admin-app/index.html#/Budget/1 6.Notice all foreign keys say Bad Request