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 {
commentId: response.data.id,
})
.then(() => {
// Reset isKeyDocument to default
this.comment_form.attachment_file.isKeyDocument = false;
this.confirmComment();
});
} 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