Avoids loosing that info if for some reason the CSRF timed-out or so
Fixes https://pagure.io/pagure/issue/992
That does avoid losing the data entered in the comment box (which is great), but what about other changes that might have been made?
Is there any better way to do this which doesn't just drop the user back to the comment entry form?
Hmm, also, I just submitted that comment, but I had to reload the page in order for it to actually appear. Not sure if that's related at all.
what about other changes that might have been made?
What other changes? This is in the new ticket page
--test--
Ok the SSE is back in place :)
For some reason I thought this also happened when updating an existing issue. Unfortunately I don't have time to test that at the moment.
For existing issue it has been fixed in https://pagure.io/pagure/pull-request/952 (which fixed #945)
LGTM :thumbsup:
Thanks :)
Pull-Request has been merged by pingou
Avoids loosing that info if for some reason the CSRF timed-out or so