From 6c49404c94f94e03231ebd8e4d268089e7052109 Mon Sep 17 00:00:00 2001 From: Aidan Saunders Date: Wed, 12 Apr 2023 18:42:54 +0100 Subject: [PATCH] Make Job name & description filterable --- CRM/Core/DAO/Job.php | 8 +++++++- xml/schema/Core/Job.xml | 8 ++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CRM/Core/DAO/Job.php b/CRM/Core/DAO/Job.php index e8875e7c31..efb2701d15 100644 --- a/CRM/Core/DAO/Job.php +++ b/CRM/Core/DAO/Job.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Job.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:402e95e8458a1f584023aee6f7fc87f5) + * (GenCodeChecksum:ea541d77d51255a389c90948e57ce2f0) */ /** @@ -323,6 +323,9 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO { 'entity' => 'Job', 'bao' => 'CRM_Core_BAO_Job', 'localizable' => 0, + 'html' => [ + 'type' => 'Text', + ], 'add' => '4.1', ], 'description' => [ @@ -343,6 +346,9 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO { 'entity' => 'Job', 'bao' => 'CRM_Core_BAO_Job', 'localizable' => 0, + 'html' => [ + 'type' => 'TextArea', + ], 'add' => '4.1', ], 'api_entity' => [ diff --git a/xml/schema/Core/Job.xml b/xml/schema/Core/Job.xml index 8fe650a489..ad0b558821 100644 --- a/xml/schema/Core/Job.xml +++ b/xml/schema/Core/Job.xml @@ -93,6 +93,9 @@ 255 Title of the job 4.1 + + Text + description @@ -101,6 +104,11 @@ 255 Description of the job 4.1 + + TextArea + 4 + 60 + api_entity -- 2.25.1