update tests, fix stuff, implement bespoke save, create actions for contactcategory

This commit is contained in:
Rich Lott / Artful Robot 2025-03-26 10:13:00 +00:00
parent 78e5b83c1d
commit 2ae781f6e3
6 changed files with 273 additions and 29 deletions

View file

@ -8,12 +8,15 @@
*
* This stub provides compatibility. It is not intended to be modified in a
* substantive way. Property annotations may be added, but are not required.
* @property string $id
* @property string $contact_id
* @property string $category
* @property string $next_category
*
* TODO: these are wrong, if it matters:
*
* @property string $id
* @property string $contact_id
* @property string $category
* @property string $next_category
*/
class CRM_Contactcats_DAO_ContactCategory extends CRM_Contactcats_DAO_Base {
class CRM_Contactcats_DAO_ContactCategory extends CRM_Core_DAO_Base {
/**
* Required by older versions of CiviCRM (<5.74).