*
* Generated from xml/schema/CRM/ACL/ACLEntityRole.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:9c4c402f2b82415b38365ed3293e0b26)
+ * (GenCodeChecksum:b7a657943e1cf6e84d93e4b729fe7d10)
*/
/**
'description' => ts('Is this property active?'),
'required' => TRUE,
'where' => 'civicrm_acl_entity_role.is_active',
- 'default' => '0',
+ 'default' => '1',
'table_name' => 'civicrm_acl_entity_role',
'entity' => 'ACLEntityRole',
'bao' => 'CRM_ACL_BAO_ACLEntityRole',
<?php
return [
- // DAO changed, but nothing in upgrader?
+ 'civicrm_acl_entity_role' => [
+ 'is_active' => "DEFAULT 1 COMMENT 'Is this property active?'",
+ ],
];
<?php
return [
- 'civicrm_report_instance' => [
- 'is_active' => "DEFAULT 0 COMMENT 'Is this entry active?'",
- 'is_reserved' => "DEFAULT 0",
- ],
'civicrm_report_instance' => [
'is_active' => "DEFAULT 1 COMMENT 'Is this entry active?'",
+ 'is_reserved' => "DEFAULT 0",
],
- // WTF
];
<title>ACL Entity Role is Active</title>
<type>boolean</type>
<comment>Is this property active?</comment>
- <default>0</default>
+ <default>1</default>
<required>true</required>
<add>1.6</add>
</field>
<name>is_active</name>
<title>Participant Status is Active</title>
<type>boolean</type>
- <default>1</default>
<comment>whether this status type is active</comment>
- <default>0</default>
+ <default>1</default>
<required>true</required>
<add>3.0</add>
</field>
<required>true</required>
<comment>Is this processor active?</comment>
<add>1.8</add>
- <default>1</default>
</field>
<field>
<name>is_default</name>
<required>true</required>
<comment>Is this processor the default?</comment>
<add>1.8</add>
- <default>0</default>
</field>
<index>
<name>UI_name</name>