Skip to content
Snippets Groups Projects
Commit f5413c52 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

Reset key_document param after comment attachment is sent

parent b8eb1099
No related branches found
No related tags found
1 merge request!816REDMINE_ISSUE-19728 | Ajouter un nouveau type de notification : Notification de publication d’un document clé
...@@ -268,6 +268,8 @@ export default { ...@@ -268,6 +268,8 @@ export default {
commentId: response.data.id, commentId: response.data.id,
}) })
.then(() => { .then(() => {
// Reset isKeyDocument to default
this.comment_form.attachment_file.isKeyDocument = false;
this.confirmComment(); this.confirmComment();
}); });
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment