cleanup
This commit is contained in:
parent
ff755e7acd
commit
84dccfd927
@ -130,9 +130,6 @@ public class ProjectServiceImpl extends AbstractQueryService<Project, Long> impl
|
||||
}
|
||||
|
||||
private BooleanExpression headSupervisorFirstNameContains(String searchTerm){
|
||||
// if (QProject.project.headSupervisor.isNotNull()){
|
||||
//
|
||||
// }
|
||||
return QProject.project.headSupervisor.user.firstName.containsIgnoreCase(searchTerm);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user