0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/plugins/discourse-topic-voting/spec
Régis Hanol 2d8ecf474b
FEATURE: Allow selecting multiple category types when creating a category (#40912)
Previously, the category type selector only appeared when editing an
existing category, so a new category could only be created with the
single type picked on the setup screen — making it impossible to combine
features like Ideas (voting) and Support (solved) from the start.

This change surfaces the type selector on the creation form under
"Advanced settings" and configures every selected type on create (the
primary type with its settings, the rest with defaults), so multiple
types can be enabled in one pass.
2026-06-22 10:07:36 +02:00
..
fabricators
jobs FEATURE: award badges based on topic votes received (#39493) 2026-04-28 10:53:06 +10:00
lib FIX: Show voters for closed topics in topic-voting (#40314) 2026-05-26 19:18:25 +02:00
requests DEV: Remove enable_simplified_category_creation old code (#40108) 2026-05-27 10:04:46 +10:00
serializers DEV: Don't use fab! for non-ActiveRecord model objects (#39272) 2026-04-15 00:52:34 +02:00
services/discourse_topic_voting UX: Add or remove category types with a dropdown (#39477) 2026-04-30 11:38:50 +10:00
system FEATURE: Allow selecting multiple category types when creating a category (#40912) 2026-06-22 10:07:36 +02:00
ensure_consistency_spec.rb
voting_spec.rb DEV: Add specs and general refactors for topic voting (#39397) 2026-04-23 09:50:41 +10:00