Skip to content

Commit

Permalink
Merge pull request #27723 from larssandergreen/Make-mailing-link-a-fi…
Browse files Browse the repository at this point in the history
…eld-in-FB

Expose URL for mailing trackable link for filters in FormBuilder
  • Loading branch information
colemanw committed Oct 5, 2023
2 parents c43015d + b12c539 commit 9ca9896
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CRM/Mailing/DAO/MailingTrackableURL.php
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Mailing/MailingTrackableURL.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:5da2465e098de06d8a90975560c1cd91)
* (GenCodeChecksum:f446966734b2d351d7a1f8e7557dc08c)
*/

/**
Expand Down Expand Up @@ -136,6 +136,9 @@ public static function &fields() {
'entity' => 'MailingTrackableURL',
'bao' => 'CRM_Mailing_BAO_MailingTrackableURL',
'localizable' => 0,
'html' => [
'type' => 'Text',
],
'add' => NULL,
],
'mailing_id' => [
Expand Down
3 changes: 3 additions & 0 deletions xml/schema/Mailing/MailingTrackableURL.xml
Expand Up @@ -28,6 +28,9 @@
<type>text</type>
<required>true</required>
<comment>The URL to be tracked.</comment>
<html>
<type>Text</type>
</html>
</field>
<field>
<name>mailing_id</name>
Expand Down

0 comments on commit 9ca9896

Please sign in to comment.