jmix icon indicating copy to clipboard operation
jmix copied to clipboard

Lazy loading does not work for entities loaded as KeyValueEntity property

Open dtaimanov opened this issue 8 months ago • 0 comments

Steps:

  1. Run project d4960.zip
  2. Open "Materials with properties" view. ER: view opened. AR: Unfetched attribute exception

Cause:

Entity returned as property for KeyValueEntity is not processed by io.jmix.eclipselink.impl.lazyloading.JpaLazyLoadingListener/

Task:

Wrap value holders for such entities too.

dtaimanov avatar Jun 21 '24 12:06 dtaimanov