Files
timetracker/tests
lukas 1c0c067377 fix(game): show game name in dropdown labels (#43)
search_label built its label from sort_name, an optional sort key that
is blank for most games, so the Game and Related-game dropdowns in the
add-purchase form (and the session form and search API, which share the
property) showed a blank/"None" label. Use name, which is required.

Also route search_label and Purchase.full_name through label_with_details
so a missing year_released drops out of the parenthetical instead of
rendering a literal "None". (platform is never None at display time -
Game.save() substitutes the "Unspecified" sentinel.)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-21 19:48:42 +02:00
..
2026-06-14 10:48:34 +02:00
2026-06-19 11:28:16 +02:00
2026-06-12 22:45:25 +02:00
2026-06-06 13:14:55 +02:00
2026-06-06 13:14:55 +02:00
2026-06-06 13:14:55 +02:00
2023-11-10 20:07:41 +01:00