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
3
tailbone/views/vendors/core.py
vendored
3
tailbone/views/vendors/core.py
vendored
|
@ -59,6 +59,9 @@ class VendorsView(MasterView):
|
|||
g.set_label('phone', "Phone Number")
|
||||
g.set_label('email', "Email Address")
|
||||
|
||||
g.set_link('id')
|
||||
g.set_link('name')
|
||||
|
||||
def configure_fieldset(self, fs):
|
||||
fs.append(forms.AssociationProxyField('contact'))
|
||||
fs.configure(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue