From bef7a2af36bcec54d2d8318bd22a541dcb245dd2 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 4 Dec 2018 18:56:20 -0600 Subject: [PATCH] Expose new "sync me" flag for LabelProfile settings --- tailbone/views/labels/profiles.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tailbone/views/labels/profiles.py b/tailbone/views/labels/profiles.py index 25ecfa0e..a3f051f5 100644 --- a/tailbone/views/labels/profiles.py +++ b/tailbone/views/labels/profiles.py @@ -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):