From 20759eca23b7eedcddc3c73fab56380455a2a0c3 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 25 Aug 2021 09:30:53 +0200 Subject: [PATCH] Fix "Configure this list" due to regression in 280afb35 --- .../UI/Base/Component/DataTable/DataTableUIBlockFactory.php | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/application/UI/Base/Component/DataTable/DataTableUIBlockFactory.php b/sources/application/UI/Base/Component/DataTable/DataTableUIBlockFactory.php index c4d03b66a..d35483449 100644 --- a/sources/application/UI/Base/Component/DataTable/DataTableUIBlockFactory.php +++ b/sources/application/UI/Base/Component/DataTable/DataTableUIBlockFactory.php @@ -7,6 +7,7 @@ namespace Combodo\iTop\Application\UI\Base\Component\DataTable; use ApplicationException; +use ApplicationContext; use appUserPreferences; use AttributeLinkedSet; use cmdbAbstractObject;