Make field list explicit for Store views
This commit is contained in:
parent
793d80f092
commit
ca64d52021
|
@ -50,6 +50,14 @@ class StoresView(MasterView):
|
|||
'email',
|
||||
]
|
||||
|
||||
form_fields = [
|
||||
'id',
|
||||
'name',
|
||||
'phone',
|
||||
'email',
|
||||
'database_key',
|
||||
]
|
||||
|
||||
labels = {
|
||||
'id': "ID",
|
||||
'phone': "Phone Number",
|
||||
|
|
Loading…
Reference in a new issue