discourse/app
Bianca Nenciu e74a9efee1
FIX: Show "no category" in category-chooser (#25917)
CategoryChooser component usually displays just categories, but
sometimes it can show two none values: a "no category" or Uncategorized.
This commit makes sure that these are rendered correctly.

The problem was that the "none" item was automatically inserted in the
list of options, but that should not always happen. Toggling option
`autoInsertNoneItem` requires setting `none` too.
2024-02-29 13:48:20 +02:00
..
assets FIX: Show "no category" in category-chooser (#25917) 2024-02-29 13:48:20 +02:00
controllers FIX: Show "no category" in category-chooser (#25917) 2024-02-29 13:48:20 +02:00
helpers DEV: Memoize CSP nonce placeholder on response (#25724) 2024-02-16 12:15:55 +00:00
jobs DEV: Add DB backed problem checks to support perform_every config (#25834) 2024-02-27 11:17:39 +08:00
mailers
models PERF: Reduce ActiveRecord allocations in `CategoryList#find_relevant_topics` (#25950) 2024-02-29 12:19:04 +08:00
serializers FEATURE: Hide user status when user is hiding public profile and presence (#24300) 2024-02-26 17:40:48 +04:00
services FIX: Show deleted bookmark reminders in user bookmarks menu (#25905) 2024-02-29 09:03:49 +10:00
views DEV: Merge root JS packages (#25857) 2024-02-26 13:45:58 +00:00