Skip to content

Commit

Permalink
DashboardContact - Change column_no field from bool to int
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw committed Mar 23, 2020
1 parent a279e54 commit 756d254
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CRM/Contact/DAO/DashboardContact.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contact/DashboardContact.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:e2e825929c6c5404e7649fdde3162597)
* (GenCodeChecksum:65a1fcc31732f320ae7193e2a111f72b)
*/

/**
Expand Down Expand Up @@ -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;

Expand Down Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion xml/schema/Contact/DashboardContact.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</index>
<field>
<name>column_no</name>
<type>boolean</type>
<type>int</type>
<comment>column no for this widget</comment>
<default>0</default>
<add>3.1</add>
Expand Down

0 comments on commit 756d254

Please sign in to comment.