testAfform.aff.html - Tweak example
authorTim Otten <totten@civicrm.org>
Tue, 15 Oct 2019 14:02:27 +0000 (07:02 -0700)
committerCiviCRM <info@civicrm.org>
Wed, 16 Sep 2020 02:13:19 +0000 (19:13 -0700)
ext/afform/mock/ang/testAfform.aff.html

index 50acb5062c2f1e2eddc2cb5ec63c20ee48737d5e..ec38eb18055c89b563b2afcad0f8590b9ab73497 100644 (file)
@@ -3,10 +3,8 @@
   <div crm-ui-debug="modelListCtrl.getData('parent')" />
   <af-entity type="Contact" data="{contact_type: 'Individual'}" name="parent" label="Parent" url-autofill="1" autofill="user" />
   <af-entity type="Contact" name="spouse" label="Spouse" url-autofill="1" />
-  <af-entity type="Contact" name="home" label="Home" />
 
   <af-fieldset model="parent">
-
     <af-field name="first_name" defn='{title: ts("Your First Name")}' />
     <af-field name="last_name" />
     <af-field name="contact_sub_type" defn="{widget: hidden}" value="Student" />