Make Store.database_key
field editable.
This commit is contained in:
parent
241f454e4c
commit
8faec95b17
|
@ -101,6 +101,7 @@ class StoreCrud(CrudView):
|
|||
include=[
|
||||
fs.id.label("ID"),
|
||||
fs.name,
|
||||
fs.database_key,
|
||||
fs.phone.label("Phone Number").readonly(),
|
||||
fs.email.label("Email Address").readonly(),
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue