3
0
Fork 0
wuttaweb/tests/grids
Lance Edgar 16131cd256 fix: keep original value along with rendered, in grid vue context
this change was made for sake of sorting, when the backend is not
responsible for that.  in particular datetime values must be
"rendered" somehow when passing to frontend, but depending on various
factors the rendering may not preserve the "sensible" sort order
behavior, e.g. if "weekday name" begins the rendered string.

so in all cases now, rendered values will be given a distinct key in
the record dict, while the original value stays in its original
place.  this should let grid sorting work off the original value, and
hopefully all is well..fingers crossed
2026-03-14 16:24:58 -05:00
..
__init__.py feat: add basic Grid class, and /settings master view 2024-08-07 14:00:53 -05:00
test_base.py fix: keep original value along with rendered, in grid vue context 2026-03-14 16:24:58 -05:00
test_filters.py feat: basic support for displaying version history 2025-10-29 18:32:35 -05:00