-
Notifications
You must be signed in to change notification settings - Fork 15
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
BizOps portal issues #2586
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@kleyow the below are still issues |
The env has the latest versions of API and UI which are And this is what installed in this env: But still am seeing above issues. |
Hi Sri, |
@PaulGregoryBaker thanks for the sessions. |
Summary:
There are few minor bugs in the BizOps portal as below:
errorCode
string)Specifications
Notes:
Error List:
Initial assesment showed that Graph QL transfer summary query result has the same incorrect number I.e. 1.
Error transfers are not properly showing up in the error dashboard summary. (Transfers object does not contain an errorCode string)
Note: I logged in as portaladmin user. and the date time stamps are pastmonth. Payload: {"operationName":"GetTransferSummaryByPayeeDFSP","variables":{"startDate":"2021-12-10T17:15:18.904Z","endDate":"2022-01-10T17:15:18.908Z"},"query":"query GetTransferSummaryByPayeeDFSP($startDate: DateTimeFlexible, $endDate: DateTimeFlexible) {\n transferSummary(filter: {startDate: $startDate, endDate: $endDate}) {\n count\n errorCode\n payeeDFSP\n __typename\n }\n}\n"} Response: {"data":{"transferSummary":[{"count":14,"errorCode":null,"payeeDFSP":"greenbankfsp","__typename":"TransferSummary"},{"count":2,"errorCode":null,"payeeDFSP":"noresponsepayeefsp","__typename":"TransferSummary"},{"count":1,"errorCode":3100,"payeeDFSP":"noresponsepayeefsp","__typename":"TransferSummary"},{"count":8,"errorCode":null,"payeeDFSP":"payeefsp","__typename":"TransferSummary"},{"count":2,"errorCode":null,"payeeDFSP":"payerfsp","__typename":"TransferSummary"},{"count":11,"errorCode":null,"payeeDFSP":"pm4mlreceiverfsp","__typename":"TransferSummary"},{"count":2,"errorCode":null,"payeeDFSP":"testfsp1","__typename":"TransferSummary"},{"count":4,"errorCode":null,"payeeDFSP":"testfsp2","__typename":"TransferSummary"}]}}
The text was updated successfully, but these errors were encountered: