-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APF Prod Bug fixes - Batch 8: Filter by GP is not functioning properly on the QRT dashboard #422
Comments
@AnjaliBhagabati This is the prod bug, created the prod bug after discussing with maha avniproject/avni-client#1511 |
@sachsk labelling it as Product Dependent and moving it to On Hold |
@adamsanadi6 do this changes for all report cards which has the filter. |
@adamsanadi6 For this report card you have not filtered on the basis on UUID.
|
@sachsk It's done. |
getting this error message when we apply the filter for AWC we are getting this below error undefined is not a function |
QA Reference : |
Issue:
The filter by GP is not functioning properly on the QRT dashboard. When attempting to get the count of PW and children with respect to GP, the filter does not work.
eg if GP, Badapalaspal is selected, PW and Child only of GP Badapalaspal should show, Currently, PW and Child of some other GPs like GP , Junga are also showing
Steps To Reproduce:
Screen recording : https://drive.google.com/open?id=1mn4wuvnmVtpxkZWlfkGophS9wT7ZKAVR
Fix for this issue:
Currently we are using location names to filterout the result, to fix this issue we have to use the location UUID in filter query.
Please find the sample query.
The text was updated successfully, but these errors were encountered: