Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JordenReuter committed Sep 19, 2024
1 parent a998839 commit 112eff8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ public PageResult<Workspace> findBySearchCriteria(WorkspaceSearchCriteria criter
predicates.add(workspaceTable.get(NAME).in(criteria.getNames()));
}
if (criteria.getProductName() != null && !criteria.getProductName().isEmpty()) {
// cq.where(cb.equal(workspaceTable.get(PRODUCTS).get(Product_.PRODUCT_NAME), criteria.getProductName()));
var workspaceQuery = this.getEntityManager().createQuery(cq);
workspaceQuery.setHint(HINT_LOAD_GRAPH,
this.getEntityManager().getEntityGraph(Workspace.WORKSPACE_PRODUCTS));
Expand Down

0 comments on commit 112eff8

Please sign in to comment.