[midPoint-git] [Evolveum/midpoint] 30cc1e: Fix showing names in 'add' approvals (MID-4512)
Pavol Mederly
mederly at evolveum.com
Fri Apr 6 13:01:42 CEST 2018
Branch: refs/heads/support-3.7
Home: https://github.com/Evolveum/midpoint
Commit: 30cc1e27e45bdc9a280d4a512065e02898899328
https://github.com/Evolveum/midpoint/commit/30cc1e27e45bdc9a280d4a512065e02898899328
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2018-04-06 (Fri, 06 Apr 2018)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/dto/TaskDto.java
M infra/prism/src/main/java/com/evolveum/midpoint/prism/SerializationOptions.java
M model/workflow-impl/src/main/java/com/evolveum/midpoint/wf/impl/processors/primary/WfPropagateTaskObjectReferenceTaskHandler.java
M model/workflow-impl/src/main/java/com/evolveum/midpoint/wf/impl/tasks/WfTaskCreationInstruction.java
M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/AddGetObjectTest.java
M repo/repo-sql-impl-test/src/test/resources/basic/objects.xml
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/helpers/ObjectUpdater.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskQuartzImpl.java
Log Message:
-----------
Fix showing names in 'add' approvals (MID-4512)
When approving object creation, the object has an OID but does not
exist in repository. This caused problems in task details and task
lists pages.
Repository change: now we are storing targetName for references
in the XML form of stored objects (if set by caller).
(cherry picked from commit 7d7a974)
Commit: de933c49e597dcd511f34e6616da33c42f88d288
https://github.com/Evolveum/midpoint/commit/de933c49e597dcd511f34e6616da33c42f88d288
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2018-04-06 (Fri, 06 Apr 2018)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/self/PageAccountActivation.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/self/PageAssignmentsList.java
M gui/admin-gui/src/main/resources/localization/Midpoint.properties
Log Message:
-----------
Merge remote-tracking branch 'origin/support-3.7' into support-3.7
Compare: https://github.com/Evolveum/midpoint/compare/fa0c5ec6fcea...de933c49e597
More information about the midPoint-svn
mailing list