Added edit server option
This commit is contained in:
parent
83f95ffcb4
commit
f09510683c
3 changed files with 35 additions and 1 deletions
|
|
@ -28,4 +28,5 @@ class ServerDbTask(Server):
|
|||
def __init__(self, connection=None):
|
||||
|
||||
super().__init__(connection)
|
||||
self.fields['group'].required=False
|
||||
self.register(corefields.ForeignKeyField('group_id', ServerGroup(connection), 11, False, 'id', 'group', select_fields=[]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue