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', '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):