Skip to content

Commit 1172bbc

Browse files
authored
Put association description before warning
Warning came too early, before the explanation of what an association source was.
1 parent 10c9c19 commit 1172bbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/docs/refguide/modeling/pages/data-widgets/data-sources/association-source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ weight: 60
88

99
The **Association** source is a data source available to nested [data grids](/refguide/data-grid/), [template grids](/refguide/template-grid/), and [list views](/refguide/list-view/).
1010

11+
An **Association** data source fills the widget with objects linked to another object by an association. To provide the context, the data container needs to be nested within another data container.
12+
1113
{{% alert color="warning" %}}
1214
If objects are already in memory, the **Association** source retrieves them from memory, not from the database.
1315
{{% /alert %}}
1416

15-
An **Association** data source fills the widget with objects linked to another object by an association. To provide the context, the data container needs to be nested within another data container.
16-
1717
Data containers that can have other data containers inside them are the [template grid](/refguide/template-grid/), [list view](/refguide/list-view/), and [data view](/refguide/data-view/).
1818

1919
{{% alert color="warning" %}}

0 commit comments

Comments
 (0)