Skip to content

Commit 9f64436

Browse files
committed
remove nesting layer restriction
Signed-off-by: Vera <[email protected]>
1 parent 3722f60 commit 9f64436

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/source/modules/cmci_action.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ resources
187187

188188
Can contain one or more filters. Multiple filters must be combined using ``and`` or ``or`` logical operators.
189189

190-
Filters can be nested. At most four nesting layers are allowed.
190+
Filters can be nested.
191191

192192
When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator of ``=`` with the ``operator`` option.
193193

docs/source/modules/cmci_delete.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ resources
147147

148148
Can contain one or more filters. Multiple filters must be combined using ``and`` or ``or`` logical operators.
149149

150-
Filters can be nested. At most four nesting layers are allowed.
150+
Filters can be nested.
151151

152152
When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator of ``=`` with the ``operator`` option.
153153

docs/source/modules/cmci_get.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ resources
160160

161161
Can contain one or more filters. Multiple filters must be combined using ``and`` or ``or`` logical operators.
162162

163-
Filters can be nested. At most four nesting layers are allowed.
163+
Filters can be nested.
164164

165165
When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator of ``=`` with the ``operator`` option.
166166

docs/source/modules/cmci_update.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ resources
156156

157157
Can contain one or more filters. Multiple filters must be combined using ``and`` or ``or`` logical operators.
158158

159-
Filters can be nested. At most four nesting layers are allowed.
159+
Filters can be nested.
160160

161161
When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator of ``=`` with the ``operator`` option.
162162

plugins/doc_fragments/cmci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ class ModuleDocFragment(object):
160160
with each other.
161161
- Can contain one or more filters. Multiple filters must be combined
162162
using C(and) or C(or) logical operators.
163-
- Filters can be nested. At most four nesting layers are allowed.
163+
- Filters can be nested.
164164
- When supplying the C(attribute) option, you must also supply a
165165
C(value) for the filter. You can also override the default
166166
operator of C(=) with the C(operator) option.

0 commit comments

Comments
 (0)