From e279180922ff91ba7e430e6475dc4b58970e7f04 Mon Sep 17 00:00:00 2001 From: jwilson232 Date: Tue, 11 Aug 2026 15:14:06 +0100 Subject: [PATCH] Ensures missing fields validation shows row ref A bug in the way that validation errors where being grouped meant that the 'First 3 examples' did not render properly. The logic to render the row ref has been updated to show for error counts greater than or equal to one. --- cove/cove_360/templates/cove_360/validation_table.html | 2 +- lib360dataquality/cove/threesixtygiving.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cove/cove_360/templates/cove_360/validation_table.html b/cove/cove_360/templates/cove_360/validation_table.html index b5036ec..0980708 100644 --- a/cove/cove_360/templates/cove_360/validation_table.html +++ b/cove/cove_360/templates/cove_360/validation_table.html @@ -39,7 +39,7 @@

{{ error.schema_title }}

{{error_extra.values|length}}
- {% if error_extra.values|length > 3 %} + {% if error_extra.values|length >= 1 %} {% if error_prefix %}