N°931 fix TagSet not saved on object creation

This commit is contained in:
Pierre Goiffon
2018-10-05 17:12:58 +02:00
parent 8720ac2b08
commit c9d73fc0c8

View File

@@ -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'));