discourse/app
Joffrey JAFFEUX 6c90747dea
FIX: correctly use types for reviewables type (#21333)
Before this fix if the underlying model of a reviewable was changed, the filter wouldn't work anymore as it was expecting a 1:1 relation between filter type and model name.

This commit also relies on the `Reviewable.types` array to check against valid types instead of a regex not checking much.

Finally this commit adds a spec to ensure chat reviewables are listable from the review index page.
2023-05-02 14:21:14 +02:00
..
assets REVERT: "FEATURE: Offline indicator controlled by message-bus connectivity (#21324)" (#21327) 2023-05-01 15:27:02 -05:00
controllers FIX: Don't display destroy reviewable button on client (#21226) 2023-04-24 20:22:37 -05:00
helpers UX: Improve login required page (#20847) 2023-03-28 07:09:44 -05:00
jobs FIX: rename notify_about_flags_after to notify_about_reviewable_item_after (#21320) 2023-05-02 08:08:22 +10:00
mailers DEV: Replace #pluck_first freedom patch with AR #pick in core (#19893) 2023-02-13 12:39:45 +08:00
models FIX: correctly use types for reviewables type (#21333) 2023-05-02 14:21:14 +02:00
serializers FIX: Include group flair in homepage category topic lists (#21268) 2023-04-27 10:18:16 +08:00
services PERF: Don't serialize value for theme_fields unnecessarily (#21201) 2023-04-24 09:30:51 -05:00
views UX: Include subcategories in crawler view (#21227) 2023-04-25 10:51:45 -04:00