data-to-insight / csc-validator-be-cin

1 stars 1 forks source link

Bug: Front-end is missing data from client tables #431

Closed SLornieCYC closed 1 year ago

SLornieCYC commented 1 year ago

Describe the bug Not all client data from the modules is being returned on the selected client in the front-end. E.g. I have a client who (correctly) is flagging as in-error against rule 8815 (more than one open CINdetails episode) in the front-end and error report, but the CINdetails table only shows one of the three episodes the client has!

Expected behavior All client data should be returned in in the module tables in the front-end.

Screenshots image

Note that the CINdetailsID for this client shows 3 but there is only one row returned in the table. This issue (missing data) is not specific to the CINdetails module as I have seen similar cases elsewhere too.

tab1tha commented 1 year ago

This has been fixed by a pull request in the frontend repo https://github.com/data-to-insight/cin-validator-fe/pull/137 Release is ongoing. Changes will be on the tool within the hour.

tab1tha commented 1 year ago

This also seems fixed in the live version. I can see multiple rows per table in a child.

SLornieCYC commented 1 year ago

Yep! :)

tab1tha commented 1 year ago

woohooo