[midPoint-git] [Evolveum/midpoint] c4d296: Fix channel in notifications during import
mederly
noreply at github.com
Thu Sep 17 19:47:20 CEST 2020
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: c4d296846aa6058b00dca6c19751f432b86c9132
https://github.com/Evolveum/midpoint/commit/c4d296846aa6058b00dca6c19751f432b86c9132
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2020-09-17 (Thu, 17 Sep 2020)
Changed paths:
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/ChangeExecutor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/Clockwork.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/ContextFactory.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/LensContext.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/ReconciliationTaskHandler.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestLinkedObjects.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestNotifications.java
A model/model-intest/src/test/resources/notifications/resource-hr.xml
A model/model-intest/src/test/resources/notifications/resource-webmail.xml
A model/model-intest/src/test/resources/notifications/role-webmail.xml
A model/model-intest/src/test/resources/notifications/task-hr-import.xml
M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/AccountOperationListener.java
M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/NotificationHook.java
M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/ProvisioningContext.java
M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/ShadowCache.java
Log Message:
-----------
Fix channel in notifications during import
The channel information was not propagated correctly to provisioning
module. The only way how to get it there is via task.channel. So, now
the task.channel is updated on the start of clockwork run, and returned
to the original value afterwards.
This resolves MID-6289.
Commit: 23edb27f0e770830705753b9ca76581891b8004a
https://github.com/Evolveum/midpoint/commit/23edb27f0e770830705753b9ca76581891b8004a
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2020-09-17 (Thu, 17 Sep 2020)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/objectdetails/AbstractObjectMainPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/component/ReportMainPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/component/ExecuteChangeOptionsPanel.java
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Compare: https://github.com/Evolveum/midpoint/compare/69d44830e907...23edb27f0e77
More information about the midPoint-svn
mailing list