#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

@ -323,6 +323,9 @@
<property required="true" type="string" name="name" column="name" size="64" distinct="user" immutable="true">
<prompt prompt="name" locale="en-GB"/>
</property>
<property type="link" entity="canvassers" name="members">
<prompt prompt="Members" locale="en-GB"/>
</property>
<list name="Roles" properties="all"/>
<form name="Role" properties="all"/>
</entity>