Expose new "sync me" flag for LabelProfile settings
This commit is contained in:
parent
8192b19858
commit
bef7a2af36
|
@ -48,6 +48,7 @@ class ProfilesView(MasterView):
|
||||||
'code',
|
'code',
|
||||||
'description',
|
'description',
|
||||||
'visible',
|
'visible',
|
||||||
|
'sync_me',
|
||||||
]
|
]
|
||||||
|
|
||||||
form_fields = [
|
form_fields = [
|
||||||
|
@ -58,6 +59,7 @@ class ProfilesView(MasterView):
|
||||||
'formatter_spec',
|
'formatter_spec',
|
||||||
'format',
|
'format',
|
||||||
'visible',
|
'visible',
|
||||||
|
'sync_me',
|
||||||
]
|
]
|
||||||
|
|
||||||
def configure_grid(self, g):
|
def configure_grid(self, g):
|
||||||
|
|
Loading…
Reference in a new issue