[midPoint-git] [Evolveum/midpoint] b20ad7: Fix combination of auto-skip and approval
mederly
noreply at github.com
Mon Oct 16 23:20:58 CEST 2023
Branch: refs/heads/tmp/post-4.8-fixes
Home: https://github.com/Evolveum/midpoint
Commit: b20ad7de4efd8d0e964a5e69e0a8c605adb69d88
https://github.com/Evolveum/midpoint/commit/b20ad7de4efd8d0e964a5e69e0a8c605adb69d88
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/constants/SchemaConstants.java
M infra/schema/src/main/resources/xml/ns/public/common/common-workflows-3.xsd
M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java
M model/workflow-impl/src/main/java/com/evolveum/midpoint/wf/impl/processes/common/StageComputeHelper.java
M model/workflow-impl/src/main/java/com/evolveum/midpoint/wf/impl/processors/primary/PcpStartInstruction.java
M model/workflow-impl/src/main/java/com/evolveum/midpoint/wf/impl/processors/primary/PrimaryChangeProcessor.java
M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/AbstractWfTest.java
M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/assignments/TestAssignmentsAdvanced.java
A model/workflow-impl/src/test/resources/assignments-advanced/metarole-selective-approval.xml
A model/workflow-impl/src/test/resources/assignments-advanced/role-selective-a.xml
A model/workflow-impl/src/test/resources/assignments-advanced/role-selective-b.xml
A repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/TestDir.java
Log Message:
-----------
Fix combination of auto-skip and approval
When some of the approval processes were skipped (by an auto-completion
expression), while others were not, the result was that those auto-
completed deltas were lost. This is now fixed.
This resolves MID-9234.
More information about the midPoint-svn
mailing list