[midPoint-git] [Evolveum/midpoint] 05693d: Fix error when displaying assignments

mederly noreply at github.com
Wed Aug 28 10:23:09 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 05693d035b4dac8c1fbd0ecbd0447ae4f8c820ca
      https://github.com/Evolveum/midpoint/commit/05693d035b4dac8c1fbd0ecbd0447ae4f8c820ca
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2019-08-28 (Wed, 28 Aug 2019)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/assignment/AssignmentsUtil.java

  Log Message:
  -----------
  Fix error when displaying assignments

After (some) recent change, items like tenantRef and orgRef are no
longer empty, because they contain non-null type specification. GUI
was not prepared for this and failed, calling getObject with null OID.


  Commit: e3572da149ae4740097756587b4b037fe52b0a56
      https://github.com/Evolveum/midpoint/commit/e3572da149ae4740097756587b4b037fe52b0a56
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2019-08-28 (Wed, 28 Aug 2019)

  Changed paths:
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/dictionary/ExtItemDictionary.java

  Log Message:
  -----------
  Re-enable synchronization on ExtItemDictionary

This is a safety measure, treating potential concurrency issues
- but only if they occur on the same node. See MID-4799, MID-4710.


  Commit: fd2e8d2c16dda67d2aa7329b4d67999f551c66a9
      https://github.com/Evolveum/midpoint/commit/fd2e8d2c16dda67d2aa7329b4d67999f551c66a9
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2019-08-28 (Wed, 28 Aug 2019)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/factory/PrismReferenceWrapperFactory.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/prism/PrismContainerWrapperImpl.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/prism/PrismReferenceValueWrapperImpl.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/prism/component/PolyStringEditorPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageTaskEdit.java
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestInboundOutboundAssociation.java
    A testing/story/src/test/resources/inbound-outbound-association/user-mancomb.xml

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


Compare: https://github.com/Evolveum/midpoint/compare/892cfd0fdfd5...fd2e8d2c16dd


More information about the midPoint-svn mailing list