Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit 65bd99a

Browse files
committed
[BI-2040] The fetchScaleValidValueCategories() method was causing the problem. It was not needed. The ScaleVlalidValueCategories were present (even though it is set to fetch LAZY) because of the SQL like statemtents called on searchQuery
1 parent 57848e3 commit 65bd99a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/brapi/test/BrAPITestServer/service/pheno/ObservationVariableService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ public List<ObservationVariable> findObservationVariables(ObservationVariableSea
148148
fetchSynonyms(page);
149149
fetchMethodXrefs(page);
150150
fetchScaleXrefs(page);
151-
fetchScaleValidValueCategories(page);
152151
fetchTraitXrefs(page);
153152
}
154153

0 commit comments

Comments
 (0)