add in missing callback tag
authorSeamus Lee <seamuslee001@gmail.com>
Mon, 25 Jan 2016 07:24:16 +0000 (07:24 +0000)
committerSeamus Lee <seamuslee001@gmail.com>
Mon, 25 Jan 2016 07:24:16 +0000 (07:24 +0000)
xml/schema/Core/UFJoin.xml
xml/schema/Mailing/MailingGroup.xml

index 86e447825b49c67d3202c7ea2c6f58ad39e8eb52..54b291fd0838ae60b9c357c241f4a1d08262d85b 100644 (file)
@@ -42,7 +42,9 @@
     <type>varchar</type>
     <length>64</length>
     <comment>Name of table where item being referenced is stored. Modules which only need a single collection of uf_join instances may choose not to populate entity_table and entity_id.</comment>
-    <pseudoconstant>CRM_Core_BAO_UFJoin::entityTables</pseudoconstant>
+    <pseudoconstant>
+      <callback>CRM_Core_BAO_UFJoin::entityTables</callback>
+    </pseudoconstant>
     <add>1.3</add>
   </field>
   <field>
index 7e586e859d612f8187ade66a46f34f3a61536ccc..0bb3bde4e6ed591285bb5279e1edf483554b1a3d 100644 (file)
@@ -49,7 +49,9 @@
     <length>64</length>
     <required>true</required>
     <comment>Name of table where item being referenced is stored.</comment>
-    <pseudoconstant>CRM_Mailing_BAO_Mailing::mailingGroupEntityTables</pseudoconstant>
+    <pseudoconstant>
+      <callback>CRM_Mailing_BAO_Mailing::mailingGroupEntityTables</callback>
+    </pseudoconstant>
   </field>
   <field>
     <name>entity_id</name>