discourse/spec/system/composer
David Battersby e8bf705104
FEATURE: create new topic while viewing restricted category or tag (#33495)
When visiting a restricted category or tag where the current user does
not have permission to create a topic, we should still allow the user to
write a new topic under a different category or tag. This is especially
important when using the **new topic** button from the sidebar.

When clicking the **new topic** button when the user does not have
permission, the composer category defaults to:

1) Subcategory (if
`SiteSetting.default_subcategory_on_read_only_category` is `true` and
subcategory exists)
2) Default site category (if `SiteSetting.default_composer_category` has
a category id value)
3) Default category chooser value of `Category...` prompting the user to
select a category from the dropdown
2025-07-28 09:09:10 +04:00
..
category_templates_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
default_to_subcategory_spec.rb FEATURE: create new topic while viewing restricted category or tag (#33495) 2025-07-28 09:09:10 +04:00
discard_draft_spec.rb FEATURE: Multiple Draft Topics (#30790) 2025-01-29 10:23:26 +04:00
dont_feed_the_trolls_popup_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
post_validation_spec.rb DEV: Automatically update groups for test users with explicit TL (#25415) 2024-01-29 17:52:02 +08:00
prosemirror_editor_spec.rb FEATURE: Enable rich editor for all users (#33699) 2025-07-28 10:08:50 +10:00
review_media_unless_trust_level_spec.rb DEV: updates playwright to 1.54 (#33715) 2025-07-24 10:07:31 +02:00
template_validation_spec.rb FEATURE: Implement tag group selection in dropdown and multi-select for topic creation and preview when using Form Templates (#32108) 2025-04-17 08:38:03 -05:00