bugfix
This commit is contained in:
parent
e5c3dc0c3e
commit
8fe91448eb
2 changed files with 2 additions and 1 deletions
2
.hgignore
Normal file
2
.hgignore
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
syntax:glob
|
||||||
|
rattail.pyramid.egg-info
|
|
@ -91,7 +91,6 @@ class CustomersGrid(SearchableAlchemyGridView):
|
||||||
g.row_route_name = 'customer.read'
|
g.row_route_name = 'customer.read'
|
||||||
g.row_route_kwargs = lambda x: {'uuid': x.uuid}
|
g.row_route_kwargs = lambda x: {'uuid': x.uuid}
|
||||||
|
|
||||||
g.row_attrs = attrs
|
|
||||||
return g
|
return g
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue