Add auto-links for most grids

probably still missing some yet?
This commit is contained in:
Lance Edgar 2017-08-03 19:16:53 -05:00
parent bd3d948bf4
commit ea7eb47551
18 changed files with 49 additions and 1 deletions

View file

@ -55,6 +55,8 @@ class ProfilesView(MasterView):
super(ProfilesView, self).configure_grid(g)
g.default_sortkey = 'ordinal'
g.set_type('visible', 'boolean')
g.set_link('code')
g.set_link('description')
def configure_fieldset(self, fs):
fs.printer_spec.set(renderer=forms.renderers.StrippedTextFieldRenderer)