Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Document removal of implicit constraint option names in YAML/XML
  • Loading branch information
lacatoire committed Jan 28, 2026
commit 3a1e5ab4764eb95189b5da9eb94f3b3e7296cb2f
3 changes: 2 additions & 1 deletion reference/constraints/When.rst
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@ applied but the constraints defined in ``otherwise`` option (if provided) will b
- When:
expression: "value == 'percent'"
constraints:
- Callback: doComplexValidation
- Callback:
callback: doComplexValidation
.. code-block:: xml
Expand Down