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

(dev/core#2466) - Drop HTML markup in exports for link custom fields #19839

Merged
merged 1 commit into from
Mar 19, 2021

Conversation

tschuettler
Copy link
Contributor

Overview

It is currently not possible to export custom fields of type link with length above around 110 chars. The added HTML markup pushes the length of the string above 256 chars in the export column for this field.

https://lab.civicrm.org/dev/core/-/issues/2466

Before

Export fails if it contains a long link.

After

Export works if it contains a long link.
Has a test.

Comments

HTML is dropped from the export format.

@civibot
Copy link

civibot bot commented Mar 19, 2021

(Standard links)

@civibot civibot bot added the master label Mar 19, 2021
@colemanw
Copy link
Member

This looks great. Thanks for including a test!

@colemanw colemanw merged commit af2ba01 into civicrm:master Mar 19, 2021
@tschuettler tschuettler deleted the core_2466 branch September 10, 2021 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants