Skip to content

Conversation

@kxb-pro
Copy link

@kxb-pro kxb-pro commented Nov 25, 2025

  1. The load method in InstanceLoaderImpl has been reworked to allow calling a delegate if it is specified and the entityId and query are not specified.
  2. The needLoad method has been renamed to skipLoading. The method is now called without constantly inverting the result.
  3. The resolveFetchPlan method has been reworked for greater readability. The @nullable annotation has been added.
  4. Removed double inversion of the sendPreLoadEvent method result. CollectionLoaderImpl
  5. The resolveFetchPlan method has been reworked for greater readability. The @nullable annotation has been added.
  6. Removed double inversion of the sendPreLoadEvent method result. JmixImageTestView
  7. Replaced the call to the deprecated org.apache.commons.lang3.RandomUtils.nextBytes method.

1. The load method in InstanceLoaderImpl has been reworked to allow calling a delegate if it is specified and the entityId and query are not specified.
2. The needLoad method has been renamed to skipLoading. The method is now called without constantly inverting the result.
3. The resolveFetchPlan method has been reworked for greater readability. The @nullable annotation has been added.
4. Removed double inversion of the sendPreLoadEvent method result.
CollectionLoaderImpl
1. The resolveFetchPlan method has been reworked for greater readability. The @nullable annotation has been added.
2. Removed double inversion of the sendPreLoadEvent method result.
JmixImageTestView
1. Replaced the call to the deprecated org.apache.commons.lang3.RandomUtils.nextBytes method.
@kxb-pro kxb-pro changed the title InstanceLoaderImpl The instance container loader delegate is not called in the standard view #4908 Nov 25, 2025
@kxb-pro kxb-pro changed the title The instance container loader delegate is not called in the standard view #4908 The instance container loader delegate is not called in the standard view Nov 25, 2025
@glebfox glebfox requested a review from knstvk December 12, 2025 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The instance container loader delegate is not called in the standard view

1 participant