removed request add filter
parent
066d72a3a8
commit
39182ef484
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue