mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:51:50 +08:00
0853208d67
Here's how draft saving process works currently: - if only title is present (no reply) the draft is saved - if only reply is present (no title) the draft is saved - if both title and reply are present, and reply length is less than `min_post_length` and the title length is less than `min_topic_title_length`, then the draft is saved - if both title and reply are present, and reply length is less than `min_post_length`, then the draft is not saved The current draft saving conditions are complex to understand and is causing confusion as seen here: https://meta.discourse.org/t/draft-is-not-being-saved-when-creating-a-new-pm/149990/6?u=techapj This commit updates the process to always save the draft if either title or reply exists. |
||
---|---|---|
.. | ||
images | ||
javascripts | ||
stylesheets |