Skip to content

Commit 143c052

Browse files
authored
Clarify Association source memory retrieval
Clarified that the Association source retrieves objects from memory only if they are already in memory.
1 parent 0751825 commit 143c052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 60
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

1111
{{% alert color="warning" %}}
12-
The **Association** source retrieves objects from memory, not from the database.
12+
If objects are already in memory, the **Association** source retrieves them from memory, not from the database.
1313
{{% /alert %}}
1414

1515
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.

0 commit comments

Comments
 (0)