[midPoint-git] [Evolveum/midpoint] f62206: Fix marks for "deleteResourceObject" sync action
mederly
noreply at github.com
Tue Mar 21 19:44:52 CET 2023
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: f62206c27cf873b31d4247b366c2775751f087a8
https://github.com/Evolveum/midpoint/commit/f62206c27cf873b31d4247b366c2775751f087a8
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2023-03-21 (Tue, 21 Mar 2023)
Changed paths:
M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/functions/BasicExpressionFunctions.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/ClockworkMedic.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/LensElementContext.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/LensProjectionContext.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/ActivationProcessor.java
M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/lens/TestProjectionPolicyRules.java
M model/model-impl/src/test/resources/lens/policy/projection/resource-dummy-event-marks.xml
Log Message:
-----------
Fix marks for "deleteResourceObject" sync action
When using "deleteResourceObject" synchronization action, the event
marks were not computed correctly. The reason lies in troublemaker
LensProjectionContext#isDelete method.
The method was patched for now, so the immediate problem is fixed.
But we should invest some time on fixing these isAdd/isDelete methods
thoroughly.
This resolves MID-8608.
Commit: 6d9b2d266b0c8c4c6fedb474d1b995f5dc31af64
https://github.com/Evolveum/midpoint/commit/6d9b2d266b0c8c4c6fedb474d1b995f5dc31af64
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2023-03-21 (Tue, 21 Mar 2023)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/util/WebPrismUtil.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/prism/wrapper/ExpressionWrapper.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/prism/wrapper/ItemWrapperImpl.java
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Compare: https://github.com/Evolveum/midpoint/compare/0b26e13891df...6d9b2d266b0c
More information about the midPoint-svn
mailing list