Skip to content

Fix for custom link field does not get outputted as HTML via API output #55

Don Wijesooriya requested to merge (removed):issue-55 into master

Steps to reproduce

  1. Create a dataprocessor and add a custom link field field_config
  2. Set API output
  3. Use API explorer to view the result (came across the issue when using Content Views CiviCRM )

Previous Result

As seen from the screen shot, the field only outputs the link text

api_result

Result after fix

Displays html link

api_result_success

Merge request reports