N°1707 fix mandatory TagSet were not highlighted in the console

This commit is contained in:
Pierre Goiffon
2018-10-29 18:14:26 +01:00
parent 184c0cb84b
commit 81b5f18579
4 changed files with 39 additions and 7 deletions

View File

@@ -8738,6 +8738,7 @@ class AttributePropertySet extends AttributeTable
abstract class AttributeSet extends AttributeDBFieldVoid
{
const SEARCH_WIDGET_TYPE = self::SEARCH_WIDGET_TYPE_RAW;
const EDITABLE_INPUT_ID_SUFFIX = '-setwidget-values'; // used client side, see js/jquery.itop-set-widget.js
public function __construct($sCode, array $aParams)
{