3
0
Fork 0

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:
Lance Edgar 2025-01-07 15:07:21 -06:00
parent e5f7fe43c2
commit ee8ca11f6a
2 changed files with 23 additions and 12 deletions

View file

@ -42,7 +42,6 @@ dependencies = [
"pyramid_fanstatic",
"pyramid_mako",
"pyramid_tm",
"SQLAlchemy-Utils",
"waitress",
"WebHelpers2",
"WuttJamaican[db]>=0.19.2",