X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FTag.php;h=123795f5a939b01a6040169016a45f2639514e27;hb=aa57f87a534f5796bcc2334b9aef86b075e7978c;hp=3dcf7dbf5d0e8cc2ccd661b36eccea155b7af0cb;hpb=b38b96cf6181f30ffe3d2b7e1c32a05c5d63c7e1;p=civicrm-core.git diff --git a/CRM/Core/DAO/Tag.php b/CRM/Core/DAO/Tag.php index 3dcf7dbf5d..123795f5a9 100644 --- a/CRM/Core/DAO/Tag.php +++ b/CRM/Core/DAO/Tag.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Tag.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:4e8a87bf73d5f2f09dacdd4891ee7305) + * (GenCodeChecksum:68e222188dd1d031d2219aa1617e15af) */ /** @@ -83,21 +83,21 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { /** * Is this tag selectable / displayed * - * @var bool|string|null + * @var bool|string * (SQL type: tinyint) * Note that values will be retrieved from the database as a string. */ public $is_selectable; /** - * @var bool|string|null + * @var bool|string * (SQL type: tinyint) * Note that values will be retrieved from the database as a string. */ public $is_reserved; /** - * @var bool|string|null + * @var bool|string * (SQL type: tinyint) * Note that values will be retrieved from the database as a string. */ @@ -252,6 +252,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Display Tag?'), 'description' => ts('Is this tag selectable / displayed'), + 'required' => TRUE, 'where' => 'civicrm_tag.is_selectable', 'default' => '1', 'table_name' => 'civicrm_tag', @@ -264,6 +265,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { 'name' => 'is_reserved', 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Reserved'), + 'required' => TRUE, 'where' => 'civicrm_tag.is_reserved', 'default' => '0', 'table_name' => 'civicrm_tag', @@ -276,6 +278,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { 'name' => 'is_tagset', 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Tagset'), + 'required' => TRUE, 'where' => 'civicrm_tag.is_tagset', 'default' => '0', 'table_name' => 'civicrm_tag',