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