fix: always use prop key for default grid filters
previous logic was using underlying column name, which breaks when the prop key does not match
This commit is contained in:
parent
e5f7fe43c2
commit
ee8ca11f6a
2 changed files with 23 additions and 12 deletions
|
@ -42,7 +42,6 @@ dependencies = [
|
|||
"pyramid_fanstatic",
|
||||
"pyramid_mako",
|
||||
"pyramid_tm",
|
||||
"SQLAlchemy-Utils",
|
||||
"waitress",
|
||||
"WebHelpers2",
|
||||
"WuttJamaican[db]>=0.19.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue