[midPoint-git] [Evolveum/midpoint] 0f6859: Show login name in work items and cases

mederly noreply at github.com
Fri Sep 23 17:29:23 CEST 2022


  Branch: refs/heads/support-4.4
  Home:   https://github.com/Evolveum/midpoint
  Commit: 0f6859bce42c0b670b6b1c380a38e2425242a882
      https://github.com/Evolveum/midpoint/commit/0f6859bce42c0b670b6b1c380a38e2425242a882
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2022-09-23 (Fri, 23 Sep 2022)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/constants/SchemaConstants.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/statistics/IterationItemInformation.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ObjectTypeUtil.java
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/assignments/AbstractTestAssignmentApproval.java
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/assignments/TestAssignmentsAdvanced.java
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/other/TestMiscellaneous.java
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestStrings.java

  Log Message:
  -----------
  Show login name in work items and cases

Instead of

  Assigning role "test-1" to user "Ghost Pirate Bob"

we now have

  Assigning role "test-1" to user "Ghost Pirate Bob (bob12345)"

The reason is that larger deployments may have duplicate full names,
hence it is helpful to provide also the unique login name in the
work item and case names.

This should resolve MID-8111. (To be run through tests.)

(cherry picked from commit ef6fdcad802dfe5767720d82b51c8e938a6424d9)




More information about the midPoint-svn mailing list