From d12e1e7602de16ce3b6dc15e375ebe828c4a0db4 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 13 Sep 2019 13:14:54 -0400 Subject: [PATCH] (CRM_Afform_ArrayHtml) Fix errant reference --- ext/afform/core/CRM/Afform/ArrayHtml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/afform/core/CRM/Afform/ArrayHtml.php b/ext/afform/core/CRM/Afform/ArrayHtml.php index 0a536f829b..7a4e7b76bd 100644 --- a/ext/afform/core/CRM/Afform/ArrayHtml.php +++ b/ext/afform/core/CRM/Afform/ArrayHtml.php @@ -23,7 +23,7 @@ class CRM_Afform_ArrayHtml { ], 'af-model' => [ 'name' => 'text', - 'af-entity' => 'text', + 'type' => 'text', 'data' => 'js', ], 'af-field' => [ -- 2.25.1