From 7df0526bda08120eb80e74ece738c44ef29fa697 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Thu, 6 Apr 2023 14:39:27 +0200 Subject: [PATCH] :green_heart: LinkedSet: Fix rename namespace not propagated everywhere in e6f1a872 --- core/attributedef.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index 86ffbe812..1f4971971 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -5,7 +5,7 @@ */ use Combodo\iTop\Application\UI\Base\Component\FieldBadge\FieldBadgeUIBlockFactory; -use Combodo\iTop\Application\UI\Links\Indirect\BlockLinkSetDisplayAsProperty; +use Combodo\iTop\Application\UI\Links\Set\BlockLinkSetDisplayAsProperty; use Combodo\iTop\Form\Field\LabelField; use Combodo\iTop\Form\Field\TextAreaField; use Combodo\iTop\Form\Form;