From c0490306637671eb58dbff57ca4e5fcc968459c4 Mon Sep 17 00:00:00 2001 From: Tai Wilkin Date: Fri, 11 Dec 2020 14:06:17 -0500 Subject: [PATCH] Fix pending matches bug During confirm/reject analysis of a list, the following bug was noticed. When an entry had multiple potential matches, names and address of the multiple facilities were not broken by line items. The links were linked to an incorrect address. Additionally, the confirm and reject button showed only for the top-most potential match. When facilities have multiple potential matches, the matches show in individual line items with a Confirm and Reject option for each potential match. There were a minor propType warning and key warning which have also been corrected. --- src/app/src/App.css | 6 +-- src/app/src/components/CellElement.jsx | 1 - .../FacilityListItemsConfirmationTableRow.jsx | 42 ++++++++----------- .../FacilityListItemsDetailedTableRowCell.jsx | 2 +- 4 files changed, 19 insertions(+), 32 deletions(-) diff --git a/src/app/src/App.css b/src/app/src/App.css index 9084a2b86..04a2b3aae 100644 --- a/src/app/src/App.css +++ b/src/app/src/App.css @@ -693,7 +693,7 @@ hr { .form__action { margin-bottom: 5px; } - + .filter-sidebar-tabgroup { position: sticky !important; top: -11px; @@ -756,7 +756,3 @@ hr { .STATUS_PARSED:not(:hover) { background: #fff !important; } - -.STATUS_POTENTIAL_MATCH--ACTIONS + .STATUS_POTENTIAL_MATCH--ACTIONS { - display: none !important; -} \ No newline at end of file diff --git a/src/app/src/components/CellElement.jsx b/src/app/src/components/CellElement.jsx index d18de08be..604896b86 100644 --- a/src/app/src/components/CellElement.jsx +++ b/src/app/src/components/CellElement.jsx @@ -247,7 +247,6 @@ export default class CellElement extends Component {