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',
|
||||
'description',
|
||||
'visible',
|
||||
'sync_me',
|
||||
]
|
||||
|
||||
form_fields = [
|
||||
|
@ -58,6 +59,7 @@ class ProfilesView(MasterView):
|
|||
'formatter_spec',
|
||||
'format',
|
||||
'visible',
|
||||
'sync_me',
|
||||
]
|
||||
|
||||
def configure_grid(self, g):
|
||||
|
|
Loading…
Reference in a new issue