From c9d73fc0c80112df252d32e45cfeb0a4371a8a8b Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Fri, 5 Oct 2018 17:12:58 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B0931=20fix=20TagSet=20not=20saved=20on=20?= =?UTF-8?q?object=20creation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/attributedef.class.inc.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index a6e750246..3f3d2d79c 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -9401,6 +9401,11 @@ class AttributeTagSet extends AttributeSet $this->aCSSClasses[] = 'attribute-tag-set'; } + public function GetEditClass() + { + return 'TagSet'; + } + static public function ListExpectedParams() { return array_merge(parent::ListExpectedParams(), array('tag_code_max_len'));