From 9cefa572b502a787df7432f7e882ffaf750b6bb4 Mon Sep 17 00:00:00 2001 From: pxpm Date: Thu, 4 Dec 2025 12:06:49 +0000 Subject: [PATCH] update inline create docs --- 7.x/crud-operation-inline-create.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/7.x/crud-operation-inline-create.md b/7.x/crud-operation-inline-create.md index ad2447e5..a78b15d2 100644 --- a/7.x/crud-operation-inline-create.md +++ b/7.x/crud-operation-inline-create.md @@ -30,6 +30,8 @@ In addition, it needs: - the _main entity_ would be Article (big form); - the _secondary entity_ would be Category (small form, in a modal); +> **NOTE**: It does not work with HasMany relationships, as those relationships require the "_main_" entity to be created before the "_secondary_" entity. + ## How to Use