Skip to content
Snippets Groups Projects
Commit c1b4aa97 authored by jaapjansma's avatar jaapjansma
Browse files

Wrong type for memo fields

parent 069e0cab
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ class Api implements OutputInterface, API_ProviderInterface, EventSubscriberInte
$params = $apiRequest['params'];
$result = $event->getResponse();
$types = \CRM_Utils_Type::getValidTypes();
$types['Memo'] = \CRM_Utils_Type::T_TEXT;
// First check whether the entity is dataprocessorapi and the action is getfields.
// If not return this function.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment