removed request add filter

main
Said Gedik 2023-10-18 14:56:43 +02:00
parent 066d72a3a8
commit 39182ef484
1 changed files with 2 additions and 2 deletions

View File

@ -190,8 +190,8 @@ public class Change {
if (peopleSupportGroup.length <= 0) { if (peopleSupportGroup.length <= 0) {
throw new NotFoundError("No supportGroups associated to the loginId "); throw new NotFoundError("No supportGroups associated to the loginId ");
} }
request.addFilter( // request.addFilter(
new FilterElement("SupportGroupId", "equals", peopleSupportGroup)); // new FilterElement("SupportGroupId", "equals", peopleSupportGroup));
return peopleInfos.get(0).get(queryPerson.getFieldId("FullName")).toString(); return peopleInfos.get(0).get(queryPerson.getFieldId("FullName")).toString();
} }