Add auto-links for most grids
probably still missing some yet?
This commit is contained in:
parent
bd3d948bf4
commit
ea7eb47551
18 changed files with 49 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue