We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45a7f2 commit 6ecfae2Copy full SHA for 6ecfae2
workflow/usage.rst
@@ -148,7 +148,7 @@ like this:
148
The marking store type could be "multiple_state" or "single_state".
149
A single state marking store does not support a model being on multiple places
150
at the same time.
151
-
+
152
.. tip::
153
154
The ``type`` (default value ``single_state``) and ``arguments`` (default value ``marking``)
@@ -248,3 +248,8 @@ The links below will only be displayed when the action is allowed:
248
{% else %}
249
No actions available.
250
{% endfor %}
251
252
+ {# Check if the object is in some specific place #}
253
+ {% if workflow_has_marked_place(post, 'to_review') %}
254
+ <p>This post is ready for review.</p>
255
+ {% endif %}
0 commit comments