Skip to content

Commit

Permalink
[Backport 11.5] Add itemGroup property to list of select properties (#…
Browse files Browse the repository at this point in the history
…871)

Add itemGroup property to list of select properties

Resolves: #658

Co-authored-by: Sybille Peters <[email protected]>
  • Loading branch information
github-actions[bot] and sypets authored Nov 18, 2023
1 parent 0200313 commit b40c59e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Select properties
* :ref:`foreign_table_prefix <columns-select-properties-foreign-table-prefix>`
* :ref:`foreign_table_where <columns-select-properties-foreign-table-where>`
* :ref:`items <columns-select-properties-items>`
* :ref:`itemGroups <columns-select-properties-item-groups>`
* :ref:`MM <columns-select-properties-mm>`

Common properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Select properties
* :ref:`foreign_table_prefix <columns-select-properties-foreign-table-prefix>`
* :ref:`foreign_table_where <columns-select-properties-foreign-table-where>`
* :ref:`items <columns-select-properties-items>`
* :ref:`itemGroups <columns-select-properties-item-groups>`
* :ref:`MM <columns-select-properties-mm>`
* :ref:`multiSelectFilterItems <columns-select-properties-multiselectfilteritems>`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Select properties
* :ref:`foreign_table_prefix <columns-select-properties-foreign-table-prefix>`
* :ref:`foreign_table_where <columns-select-properties-foreign-table-where>`
* :ref:`items <columns-select-properties-items>`
* :ref:`itemGroups <columns-select-properties-item-groups>`
* :ref:`MM <columns-select-properties-mm>`

Common properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Select properties
* :ref:`foreign_table_prefix <columns-select-properties-foreign-table-prefix>`
* :ref:`foreign_table_where <columns-select-properties-foreign-table-where>`
* :ref:`items <columns-select-properties-items>`
* :ref:`itemGroups <columns-select-properties-item-groups>`
* :ref:`MM <columns-select-properties-mm>`

Common properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Select properties
* :ref:`foreign_table_prefix <columns-select-properties-foreign-table-prefix>`
* :ref:`foreign_table_where <columns-select-properties-foreign-table-where>`
* :ref:`items <columns-select-properties-items>`
* :ref:`itemGroups <columns-select-properties-item-groups>`
* :ref:`MM <columns-select-properties-mm>`
* :ref:`treeconfig <columns-select-properties-treeconfig>`

Expand Down

0 comments on commit b40c59e

Please sign in to comment.