thesmallstar commented on a change in pull request #1286:
URL: https://github.com/apache/fineract/pull/1286#discussion_r478280829



##########
File path: 
fineract-provider/src/main/java/org/apache/fineract/organisation/staff/api/StaffApiResource.java
##########
@@ -118,7 +118,6 @@ public StaffApiResource(final PlatformSecurityContext 
context, final StaffReadPl
             @ApiResponse(responseCode = "200", description = "OK", content = 
@Content(array = @ArraySchema(schema = @Schema(implementation = 
StaffApiResourceSwagger.GetStaffResponse.class)))),
             @ApiResponse(responseCode = "200", description = "GET 
https://DomainName/api/v1/staff?status={ACTIVE|INACTIVE|ALL}", content = 
@Content(schema = @Schema(implementation = 
StaffApiResourceSwagger.GetStaffResponse.class))) })
     public String retrieveStaff(@Context final UriInfo uriInfo,
-            @QueryParam("sqlSearch") @Parameter(description = "sqlSearch") 
final String sqlSearch,
             @QueryParam("officeId") @Parameter(description = "officeId") final 
Long officeId,

Review comment:
       Yes, we already confirmed that.
   It was only used in loans and clients, for which I added extra status param,




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to