Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose URL for mailing trackable link for filters in FormBuilder #27723

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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