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