From 9d193a1b89790c90f5dcf2a5f4359bcaa1f92697 Mon Sep 17 00:00:00 2001 From: Rene Krenn Date: Thu, 26 Nov 2020 16:29:47 +0100 Subject: [PATCH] TT#103450 enable lintercept role for interceptions PUT/DELETE Change-Id: Ie03a9a7dce7778a580a80a354364dddbd21996f9 (cherry picked from commit c2b5602183c2d0d779ff07e220b4293e22242ede) --- lib/NGCP/Panel/Controller/API/InterceptionsItem.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel/Controller/API/InterceptionsItem.pm b/lib/NGCP/Panel/Controller/API/InterceptionsItem.pm index 367f2c946e..eec56ab285 100644 --- a/lib/NGCP/Panel/Controller/API/InterceptionsItem.pm +++ b/lib/NGCP/Panel/Controller/API/InterceptionsItem.pm @@ -31,7 +31,7 @@ sub relation{ } __PACKAGE__->set_config({ - allowed_roles => [qw/admin reseller/], + allowed_roles => [qw/admin reseller lintercept/], }); sub auto :Private {