[midPoint-git] [Evolveum/midpoint] 0b0238: Fix combination of auto-skip and approval

mederly noreply at github.com
Mon Oct 16 23:47:28 CEST 2023


  Branch: refs/heads/support-4.4
  Home:   https://github.com/Evolveum/midpoint
  Commit: 0b02389915133f6df4e68cfdec391e5ac0ec92d6
      https://github.com/Evolveum/midpoint/commit/0b02389915133f6df4e68cfdec391e5ac0ec92d6
  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

  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.

(cherry-picked from b20ad7de4efd8d0e964a5e69e0a8c605adb69d88)




More information about the midPoint-svn mailing list