discourse/spec/system/composer
Martin Brennan b95239c8a9
Some checks are pending
Licenses / run (push) Waiting to run
Linting / run (push) Waiting to run
Publish Assets / publish-assets (push) Waiting to run
Tests / core backend (push) Waiting to run
Tests / plugins backend (push) Waiting to run
Tests / core frontend (Chrome) (push) Waiting to run
Tests / plugins frontend (push) Waiting to run
Tests / themes frontend (push) Waiting to run
Tests / core system (push) Waiting to run
Tests / plugins system (push) Waiting to run
Tests / themes system (push) Waiting to run
Tests / core frontend (Firefox ESR) (push) Waiting to run
Tests / core frontend (Firefox Evergreen) (push) Waiting to run
Tests / chat system (push) Waiting to run
Tests / merge (push) Blocked by required conditions
FIX: Always save post drafts no matter content length (#35540)
Followup 0853208d67

Currently, whether a draft saves or not can be transparent
to members, since we don't save a draft if the title/content
of the post doesn't meet a certain length requirement. This
happens silently. We don't consider e.g. quotes in this length
calculation, so this can lead to people losing drafts, and
generally is a confusing overall experience.

In this commit, we no longer care about the length of the topic
title or post body when deciding whether to save a draft, we
will always just save.

If members end up with too many drafts they can always bulk
delete them from their profile
2025-10-23 09:38:15 +10:00
..
category_templates_spec.rb DEV: Fix system tests not relying on capybara matchers (#35281) 2025-10-08 21:30:04 +08:00
default_to_subcategory_spec.rb FEATURE: new topic button always enabled (#34603) 2025-09-16 17:01:49 +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
drafts_spec.rb FIX: Always save post drafts no matter content length (#35540) 2025-10-23 09:38:15 +10: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 FIX: rich editor link toolbar Max call stack exceeded (#35530) 2025-10-22 08:59:01 -03: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