Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Evolveum/midpoint
Browse files Browse the repository at this point in the history
* 'master' of github.com:Evolveum/midpoint:
  fixed typo in xml (disableInsteadOfDelete), hopefully fixing jenkins
  • Loading branch information
katkav committed Jul 18, 2023
2 parents e6f138e + fa2e69b commit dd67038
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@
</expression>
</outbound>
</administrativeStatus>
<disableInsteadDelete>
<disableInsteadOfDelete>
<lifecycleState>active</lifecycleState>
</disableInsteadDelete>
</disableInsteadOfDelete>
<delayedDelete>
<deleteAfter>P1M</deleteAfter>
</delayedDelete>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@
</expression>
</outbound>
</administrativeStatus>
<disableInsteadDelete>
<disableInsteadOfDelete>
<lifecycleState>active</lifecycleState>
</disableInsteadDelete>
</disableInsteadOfDelete>
<delayedDelete>
<deleteAfter>P5D</deleteAfter>
</delayedDelete>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@
</expression>
</outbound>
</administrativeStatus>
<disableInsteadDelete>
<disableInsteadOfDelete>
<lifecycleState>active</lifecycleState>
</disableInsteadDelete>
</disableInsteadOfDelete>
<preProvision>
<createBefore>-P5D</createBefore>
</preProvision>
Expand Down

0 comments on commit dd67038

Please sign in to comment.