From 60b3270b242c2e0786a93d2b8f5a5807b34711e9 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 26 Oct 2023 10:55:55 +0100 Subject: [PATCH] [Northumberland] Add feature_id for winter group. --- perllib/Open311/Endpoint/Integration/UK/NorthumberlandAlloy.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perllib/Open311/Endpoint/Integration/UK/NorthumberlandAlloy.pm b/perllib/Open311/Endpoint/Integration/UK/NorthumberlandAlloy.pm index 727c30e5d..878186f1c 100644 --- a/perllib/Open311/Endpoint/Integration/UK/NorthumberlandAlloy.pm +++ b/perllib/Open311/Endpoint/Integration/UK/NorthumberlandAlloy.pm @@ -27,7 +27,7 @@ sub services { my @services = $self->SUPER::services; foreach (@services) { - if (any { $_ eq 'Street Lighting' } @{$_->groups}) { + if (any { $_ eq 'Street Lighting' || $_ eq 'Winter (Snow/Ice)' } @{$_->groups}) { push @{$_->attributes}, Open311::Endpoint::Service::Attribute->new( code => 'feature_id', description => 'Feature ID',