More detail work. An awful lot is working now.
This commit is contained in:
parent
635d1830d3
commit
78365f8c8b
12 changed files with 178 additions and 144 deletions
|
|
@ -361,10 +361,10 @@
|
|||
<prompt prompt="elector_id" locale="en-GB"/>
|
||||
</property>
|
||||
<property required="true" type="entity" name="address_id" column="address_id"
|
||||
entity="addresses" farkey="id">
|
||||
entity="addresses" farkey="id" distinct="user">
|
||||
<prompt prompt="address_id" locale="en-GB"/>
|
||||
</property>
|
||||
<property type="string" name="phone" column="phone" size="16">
|
||||
<property type="string" name="phone" column="phone" size="16" distinct="user">
|
||||
<prompt prompt="phone" locale="en-GB"/>
|
||||
</property>
|
||||
<property type="string" name="email" column="email" size="128" distinct="user">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue