Files
Heimdall/app
KodeStar ad9baffa62 Only offer pinned tags as the default tag
The default_tag dropdown was populated from every tag (type=1), but the
dashboard taglist only renders pinned tags. Selecting an unpinned tag as the
default therefore triggered a click on a taglist entry that does not exist,
silently doing nothing. Filter the option queries in both Setting accessors to
pinned tags so only selectable tags are offered, and assert an unpinned tag is
excluded.

Also drop the unused $data['default_tag'] assignment in ItemController: the
taglist partial reads the setting directly via Setting::fetch(), so the view
variable was never consumed.
2026-07-08 18:26:19 +01:00
..
2025-07-10 18:53:54 +00:00
2025-07-11 16:18:13 +01:00
2025-07-11 16:18:13 +01:00
2025-09-15 16:42:53 +01:00
2024-02-17 17:05:06 +00:00
2025-05-05 11:49:18 +02:00
2022-12-04 17:21:03 +00:00
2022-12-01 09:17:54 +00:00