From 5a5dcc1070b236eaf3da72edcfbb4fb1f3d9bc87 Mon Sep 17 00:00:00 2001 From: Charlotte Emms <43961396+cemms1@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:02:28 +0000 Subject: [PATCH] extend front container show/hide switch and reassin owner (#27645) --- common/app/conf/switches/FeatureSwitches.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/app/conf/switches/FeatureSwitches.scala b/common/app/conf/switches/FeatureSwitches.scala index 99cd0c0565f5..7b3a2d5c49cb 100644 --- a/common/app/conf/switches/FeatureSwitches.scala +++ b/common/app/conf/switches/FeatureSwitches.scala @@ -567,9 +567,9 @@ trait FeatureSwitches { group = SwitchGroup.Feature, name = "disable-front-container-show-hide", description = "For users with no currently hidden containers on a front, removes the ability to hide containers", - owners = Seq(Owner.withGithub("cemms1")), + owners = Seq(Owner.withEmail("project.fairground@theguardian.com")), safeState = On, - sellByDate = LocalDate.of(2024, 11, 29), + sellByDate = LocalDate.of(2025, 2, 4), exposeClientSide = true, highImpact = false, )