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:
parent
98695e41dc
commit
bbf6daf6ca
31 changed files with 3430 additions and 1375 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue