Work on getting forms to go. Not yet complete.
This commit is contained in:
parent
6f09c0841c
commit
284509fa7b
40 changed files with 866 additions and 684 deletions
|
|
@ -300,7 +300,7 @@
|
|||
column="visit_id">
|
||||
<prompt prompt="visit_id" locale="en-GB"/>
|
||||
</property>
|
||||
<property required="true" type="entity" entity="electors" farkey="id" name="elector_id"
|
||||
<property type="entity" entity="electors" farkey="id" name="elector_id"
|
||||
column="elector_id">
|
||||
<prompt prompt="elector_id" locale="en-GB"/>
|
||||
</property>
|
||||
|
|
@ -308,6 +308,12 @@
|
|||
column="option_id">
|
||||
<prompt prompt="option_id" locale="en-GB"/>
|
||||
</property>
|
||||
<property name="locality" type="integer" required="true">
|
||||
<documentation>
|
||||
The locality at which the intention was recorded; used where an elector does not consent to
|
||||
have polling intention stored against them. This is a locality as described in
|
||||
</documentation>
|
||||
</property>
|
||||
<list name="Intentions" properties="all"/>
|
||||
<form name="Intention" properties="all"/>
|
||||
<permission group="canvassers" permission="noedit">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue