Some improvement to the followuprequest form

Allowing handling of 'other', to capture electors concerns other than the ones we've selected.
This commit is contained in:
Simon Brooke 2018-09-14 16:30:35 +01:00
parent 863a7e3c0e
commit cb9e38cdc8
7 changed files with 74 additions and 5 deletions

View file

@ -42,3 +42,4 @@ WHERE followupactions.request_id = followuprequests.id
AND visits.address_id = addresses.id
AND followupactions.actor = canvassers.id
;
GRANT SELECT ON lv_followupactions TO canvassers, issueexperts;