From 916d684120d694bd1d23fbe0b4e6d6ac22c4ab82 Mon Sep 17 00:00:00 2001 From: Arlen Johnson Date: Tue, 31 May 2022 15:20:27 -0400 Subject: [PATCH] Ensure case-insensitive matching for highlighting attributes when reconciling unresolved requests (CO-2434) (#36) * Ensure case-insensitive matching for highlighting attributes when reconciling unresolved requests (CO-2434) * Put array utility function in an ArrayUtil class (CO-2434) --- app/src/Lib/Util/ArrayUtil.php | 44 ++++++++++++++++++++++++++ app/templates/Matchgrids/reconcile.php | 4 ++- 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 app/src/Lib/Util/ArrayUtil.php diff --git a/app/src/Lib/Util/ArrayUtil.php b/app/src/Lib/Util/ArrayUtil.php new file mode 100644 index 000000000..fde2cc5fc --- /dev/null +++ b/app/src/Lib/Util/ArrayUtil.php @@ -0,0 +1,44 @@ +