Skip to content

Commit

Permalink
EntityInspector does not ensure instance_name FetchPlan in lookup jmi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurylev Sergei Vitalevich committed Jan 23, 2023
1 parent 677b3a8 commit 75b33dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public FetchPlan build() {
if (withSystemProperties) {
fetchPlanBuilder.addSystem();
}
fetchPlanBuilder.addFetchPlan(FetchPlan.LOCAL);
fetchPlanBuilder.addFetchPlan(FetchPlan.BASE);
for (MetaProperty metaProperty : metaClass.getProperties()) {
switch (metaProperty.getType()) {
case EMBEDDED:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public FetchPlan build() {
if (withSystemProperties) {
fetchPlanBuilder.addSystem();
}
fetchPlanBuilder.addFetchPlan(FetchPlan.LOCAL);
fetchPlanBuilder.addFetchPlan(FetchPlan.BASE);
for (MetaProperty metaProperty : metaClass.getProperties()) {
switch (metaProperty.getType()) {
case EMBEDDED:
Expand Down

0 comments on commit 75b33dd

Please sign in to comment.