X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FStatusPreference.php;h=c3bc29c8ceec796e7cfb6cb7af67121ecffd2800;hb=34b97aaa673349a3e327fbfab396ab6c167963cd;hp=721b5e56b91686bcbf8d94f46b7a69114d09988d;hpb=00a67b3d97b376fc12d31fd2d4bb404427444bda;p=civicrm-core.git diff --git a/CRM/Core/DAO/StatusPreference.php b/CRM/Core/DAO/StatusPreference.php index 721b5e56b9..c3bc29c8ce 100644 --- a/CRM/Core/DAO/StatusPreference.php +++ b/CRM/Core/DAO/StatusPreference.php @@ -2,11 +2,11 @@ /** * @package CRM - * @copyright CiviCRM LLC (c) 2004-2019 + * @copyright CiviCRM LLC https://civicrm.org/licensing * * Generated from xml/schema/CRM/Core/StatusPreference.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:9a60c9ad936d80034142b5eda6ea1789) + * (GenCodeChecksum:ce861431549af8024fdbfe418607202f) */ /** @@ -77,6 +77,13 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO { */ public $check_info; + /** + * Is this status check active? + * + * @var bool + */ + public $is_active; + /** * Class constructor. */ @@ -211,6 +218,18 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_StatusPreference', 'localizable' => 0, ], + 'is_active' => [ + 'name' => 'is_active', + 'type' => CRM_Utils_Type::T_BOOLEAN, + 'title' => ts('Check Is Active'), + 'description' => ts('Is this status check active?'), + 'where' => 'civicrm_status_pref.is_active', + 'default' => '1', + 'table_name' => 'civicrm_status_pref', + 'entity' => 'StatusPreference', + 'bao' => 'CRM_Core_BAO_StatusPreference', + 'localizable' => 0, + ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); }