[midPoint-git] [Evolveum/midpoint] 1a35cf: Allow creating draft objects in org tree
mederly
noreply at github.com
Thu Jan 18 13:54:52 CET 2024
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 1a35cffd6c2b69fd417c69bade94f948edae1403
https://github.com/Evolveum/midpoint/commit/1a35cffd6c2b69fd417c69bade94f948edae1403
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2024-01-18 (Thu, 18 Jan 2024)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/AbstractPageObjectDetails.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/org/component/TreeTablePanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/util/DetailsPageUtil.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/security/MidPointApplication.java
Log Message:
-----------
Allow creating draft objects in org tree
When creating objects in the org tree, GUI creates both
assignments and parentOrgRef values, see MID-3234. This commit
removes parentOrgRef values if they should not be there in case
that object itself is in "assignments inactive" LC state. See the
AbstractPageObjectDetails#removeExtraParentOrgRef javadoc.
Should resolve MID-9264.
More information about the midPoint-svn
mailing list