[midPoint-git] [Evolveum/midpoint] ec5e25: Fix associationTargetSearch with multiple intents
mederly
noreply at github.com
Fri Apr 26 18:15:50 CEST 2024
Branch: refs/heads/support-4.8
Home: https://github.com/Evolveum/midpoint
Commit: ec5e25cfbbddb2c7de8dd2b5b1560a6fa9eed4d7
https://github.com/Evolveum/midpoint/commit/ec5e25cfbbddb2c7de8dd2b5b1560a6fa9eed4d7
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2024-04-26 (Fri, 26 Apr 2024)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/constants/ExpressionConstants.java
M infra/schema/src/main/java/com/evolveum/midpoint/schema/processor/ResourceAssociationDefinition.java
M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/AbstractSearchExpressionEvaluator.java
M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/AssociationFromLinkExpressionEvaluator.java
A model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/AssociationRelatedEvaluatorUtil.java
M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/AssociationTargetSearchExpressionEvaluator.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/construction/AssociationEvaluation.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/construction/AttributeEvaluation.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/construction/ItemEvaluation.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/construction/ResourceObjectConstruction.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestEntitlements.java
M model/model-intest/src/test/resources/entitlements/resource-dummy-wild-associations.xml
A model/model-intest/src/test/resources/entitlements/role-basketball-and-music-search-in-repository.xml
A model/model-intest/src/test/resources/entitlements/role-basketball-and-music-search-on-resource.xml
Log Message:
-----------
Fix associationTargetSearch with multiple intents
The search for association target was broken if there were multiple
intents defined for that association. MidPoint randomly chose one
of them, and limited the search to it.
This is now fixed. This should resolve MID-9561 and MID-9565.
Commit: 68e92eba10770516102f82192c15cafcfd1302bd
https://github.com/Evolveum/midpoint/commit/68e92eba10770516102f82192c15cafcfd1302bd
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2024-04-26 (Fri, 26 Apr 2024)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/assignment/DelegationEditorPanel.html
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/assignment/DelegationEditorPanel.java
Log Message:
-----------
Merge remote-tracking branch 'origin/support-4.8' into support-4.8
Compare: https://github.com/Evolveum/midpoint/compare/8d0dca699763...68e92eba1077
To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/midpoint/settings/notifications
More information about the midPoint-svn
mailing list