From 756d25406782dded60acd2634cbef5b587e8ef66 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 20 Mar 2020 13:25:15 -0400 Subject: [PATCH] DashboardContact - Change column_no field from bool to int --- CRM/Contact/DAO/DashboardContact.php | 6 +++--- xml/schema/Contact/DashboardContact.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CRM/Contact/DAO/DashboardContact.php b/CRM/Contact/DAO/DashboardContact.php index 9870459a87c0..1e890bdd2f8b 100644 --- a/CRM/Contact/DAO/DashboardContact.php +++ b/CRM/Contact/DAO/DashboardContact.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/DashboardContact.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:e2e825929c6c5404e7649fdde3162597) + * (GenCodeChecksum:65a1fcc31732f320ae7193e2a111f72b) */ /** @@ -50,7 +50,7 @@ class CRM_Contact_DAO_DashboardContact extends CRM_Core_DAO { /** * column no for this widget * - * @var bool + * @var int */ public $column_no; @@ -139,7 +139,7 @@ public static function &fields() { ], 'column_no' => [ 'name' => 'column_no', - 'type' => CRM_Utils_Type::T_BOOLEAN, + 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Column No'), 'description' => ts('column no for this widget'), 'where' => 'civicrm_dashboard_contact.column_no', diff --git a/xml/schema/Contact/DashboardContact.xml b/xml/schema/Contact/DashboardContact.xml index 6e3f0599b933..9ec01e202e84 100644 --- a/xml/schema/Contact/DashboardContact.xml +++ b/xml/schema/Contact/DashboardContact.xml @@ -56,7 +56,7 @@ column_no - boolean + int column no for this widget 0 3.1