When creating a message and saving it as a draft, the message does not appear in Drafts
Steps to reproduce:
Open Messages
Press New Message
Type something
Press the little icon as shown in the video below.
Start a new message
A notification then should pop up saying: Are you sure you want to delete the message?
Press No, save draft
Go to the drafts section. The draft is not there.
Although the fact, that you want to create a new message when you are already in the process of creating a new one, seems a bit weird, shouldn’t the draft feature work just fine?
I can, but I think it may be expected. From what I can tell a draft will not save unless it meets the criteria set in the min post length site setting (default 20 characters).
IMO if a draft is < 20 characters, it’s probably not hyper-critical if a user has to start from scratch. I guess the only thing we could improve here is to not give the user the impression that a draft will be saved.
Tried both of those and yes, you are right. Entering another phrase though which is 19 characters, the pop up message still appears and when you press save draft, the draft is not saved. As you said, the notification should be improved a litle, in order for members not to understand that their draft will be saved. Perhaps, the message shouldn’t even pop up, if the characters are <20. Thanks for looking into it!
Ecco come funziona attualmente il processo di salvataggio delle bozze:
Se è presente solo il titolo (nessuna risposta), la bozza viene salvata.
Se è presente solo la risposta (nessun titolo), la bozza viene salvata.
Se sono presenti sia il titolo che la risposta, e la lunghezza della risposta è inferiore a min_post_length e la lunghezza del titolo è inferiore a min_topic_title_length, allora la bozza viene salvata.
Se sono presenti sia il titolo che la risposta, e la lunghezza della risposta è inferiore a min_post_length, allora la bozza non viene salvata (allora perché nel caso precedente veniva salvata? )
Le condizioni attuali per il salvataggio delle bozze sono complesse da comprendere e stanno causando confusione.
Questo commit aggiorna il processo in modo che la bozza venga salvata se è presente il titolo o la risposta (o entrambi) e almeno uno di questi soddisfa i criteri di lunghezza richiesti.
Grazie per aver segnalato questo problema @Thomas_G e per la tua ulteriore ricerca @tshenry.