#47, #48, #49, #50: MY MONSTER IT LIVES

Most of the forms of the admin user interface render and sort-of work. It needs polish - but it's a huge leap forward!
This commit is contained in:
Simon Brooke 2018-06-11 19:07:38 +01:00
parent 98695e41dc
commit bbf6daf6ca
31 changed files with 3430 additions and 1375 deletions

View file

@ -1,6 +1,6 @@
-- File queries.sql
-- autogenerated by adl.to-hugsql-queries at
-- 2018-06-11T00:58:48.917Z
-- 2018-06-11T15:50:04.238Z
-- See [Application Description Language](https://github.com/simon-brooke/adl).
@ -495,8 +495,8 @@ ORDER BY canvassers.username,
-- :doc links all existing canvasser records related to a given role
SELECT *
FROM canvassers
WHERE canvassers.roles = link_canvassers_roles.canvasser_id
AND link_canvassers_roles.role_id = :id
WHERE canvassers.roles = link_canvassers_.canvasser_id
AND link_canvassers_.role_id = :id
ORDER BY canvassers.username,
canvassers.fullname,
canvassers.email,