mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-26 16:47:17 +02:00
Can access entities in SK, begun new admin page
This commit is contained in:
parent
06fec5daf7
commit
4978eeb828
8 changed files with 189 additions and 191 deletions
7
CRM/Contactcats/BAO/ContactCategoryDefinition.php
Normal file
7
CRM/Contactcats/BAO/ContactCategoryDefinition.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
use CRM_Contactcats_ExtensionUtil as E;
|
||||
|
||||
class CRM_Contactcats_BAO_ContactCategoryDefinition extends CRM_Contactcats_DAO_ContactCategoryDefinition {
|
||||
|
||||
}
|
|
@ -13,12 +13,12 @@
|
|||
* @property string $category
|
||||
* @property string $next_category
|
||||
*/
|
||||
class CRM_Contactcats_DAO_ContactCategoryDescription extends CRM_Contactcats_DAO_Base {
|
||||
class CRM_Contactcats_DAO_ContactCategoryDefinition extends CRM_Contactcats_DAO_Base {
|
||||
|
||||
/**
|
||||
* Required by older versions of CiviCRM (<5.74).
|
||||
* @var string
|
||||
*/
|
||||
public static $_tableName = 'civicrm_contact_category_description';
|
||||
public static $_tableName = 'civicrm_contact_category_definition';
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue