Skip to content

Commit

Permalink
Merge branch 'docs/cleanup-4.8' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
licehammer committed Feb 15, 2024
2 parents 630d918 + 91952da commit c7ede8c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/expressions/expressions/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,10 @@ Possible values are `inRepository`, `onResource`, and `onResourceIfNeeded`.
<expression>
<associationTargetSearch>
<filter>
<q:text>attributes/dn = "cn=library,ou=groups,dc=example,dc=com"</q:text>
<q:equal>
<q:path>attributes/ri:dn</q:path>
<q:value>cn=library,ou=groups,dc=example,dc=com</q:value>
</q:equal>
</filter>
<searchStrategy>onResourceIfNeeded</searchStrategy>
</associationTargetSearch>
Expand Down Expand Up @@ -510,10 +513,6 @@ Otherwise, the association from link won't be able to work properly.
</role>
----

=== Assignment From Association

TODO

=== Sequential Value

See xref:/midpoint/reference/expressions/sequences/configuration/[Using Sequences].
Expand Down

0 comments on commit c7ede8c

Please sign in to comment.