discourse/app
Martin Brennan 54001060ea
FIX: Termless hashtag search when a type is disabled (#22660)
When a type was disabled, the hashtag search _without_ a
term was erroring. This was because we weren't filtering
out the disabled types from types_in_priority_order first
like we were if there was a term provided.

This commit fixes that issue, and also makes it so
contexts_with_ordered_types and ordered_types_for_context
will only return hashtag types which are enabled.
2023-07-19 10:10:33 +10:00
..
assets DEV: Remove `transition-methods` deprecation (#22673) 2023-07-18 16:09:28 -05:00
controllers FEATURE: Add limit and group exclusion to the directory items endpoint (#22667) 2023-07-18 15:09:32 -04:00
helpers SECURITY: Don't reuse CSP nonce between requests (#22544) 2023-07-11 15:24:36 -06:00
jobs DEV: Replace raw comments with deprecation warnings (#22617) 2023-07-18 10:13:40 +08:00
mailers FIX: Order tags shown in email subject by topics count and name (#22586) 2023-07-13 15:39:58 +08:00
models FIX: Keep ReviewableQueuedPosts even with user delete reviewable actions (#22501) 2023-07-18 11:50:31 +00:00
serializers DEV: Replace raw comments with deprecation warnings (#22617) 2023-07-18 10:13:40 +08:00
services FIX: Termless hashtag search when a type is disabled (#22660) 2023-07-19 10:10:33 +10:00
views SECURITY: Don't reuse CSP nonce between requests (#22544) 2023-07-11 15:24:36 -06:00