From f5b86ff4d92cfab3504159d05f5831e7cc24ac2b Mon Sep 17 00:00:00 2001 From: Anne-Cath Date: Wed, 13 Aug 2025 16:59:40 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B04718=20-=20Remove=20"FilterCodes"=20-=20?= =?UTF-8?q?rename=20GetMagicAttributes=20to=20GetMagicFields?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/attributedef.class.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index 448105863..796f3fe16 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -955,7 +955,7 @@ abstract class AttributeDefinition //abstract protected GetBasicFilterHTMLInput(); abstract public function GetBasicFilterSQLExpr($sOpCode, $value); - public function GetMagicField() + public function GetMagicFields() { return []; } @@ -9089,7 +9089,7 @@ class AttributeStopWatch extends AttributeDefinition return $aColumns; } - public function GetMagicField() + public function GetMagicFields() { $aRes =[ $this->GetCode().'_started' ,