Expose new "sync me" flag for LabelProfile settings

This commit is contained in:
Lance Edgar 2018-12-04 18:56:20 -06:00
parent 8192b19858
commit bef7a2af36

View file

@ -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):