Skip to content
Snippets Groups Projects
Commit 7f1baea5 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #15309 TIME 0:02 wording attachmentType + rm console.log

parent f9309c70
No related branches found
No related tags found
No related merge requests found
...@@ -330,8 +330,6 @@ export class AttachmentCreateComponent implements OnInit { ...@@ -330,8 +330,6 @@ export class AttachmentCreateComponent implements OnInit {
Object.keys(formgroup.controls).forEach(key => { Object.keys(formgroup.controls).forEach(key => {
formgroup.controls[key].markAsTouched(); formgroup.controls[key].markAsTouched();
}); });
console.log(formgroup.controls);
if (formgroup.status === 'INVALID') { if (formgroup.status === 'INVALID') {
state = false; state = false;
} }
...@@ -408,8 +406,6 @@ export class AttachmentCreateComponent implements OnInit { ...@@ -408,8 +406,6 @@ export class AttachmentCreateComponent implements OnInit {
this.appDocumentViewer.toArray()[this.asyncIndexTab].getFile().pipe( this.appDocumentViewer.toArray()[this.asyncIndexTab].getFile().pipe(
take(1), take(1),
tap((data) => { tap((data) => {
console.log(data);
this.attachments[this.asyncIndexTab].encodedFile.setValue(data.content); this.attachments[this.asyncIndexTab].encodedFile.setValue(data.content);
this.attachments[this.asyncIndexTab].format.setValue(data.format); this.attachments[this.asyncIndexTab].format.setValue(data.format);
this.asyncIndexTab = index; this.asyncIndexTab = index;
......
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
"attachmentGenerated": "Pièces jointes générées", "attachmentGenerated": "Pièces jointes générées",
"attachmentShort": "PJ", "attachmentShort": "PJ",
"attachmentSignature": "Signature des documents intégrés au parapheur", "attachmentSignature": "Signature des documents intégrés au parapheur",
"attachmentType": "Type d'attachement", "attachmentType": "Type de pièce jointe",
"attachmentUpdated": "Pièce jointe modifiée", "attachmentUpdated": "Pièce jointe modifiée",
"attachment_A_TRA": "À traiter", "attachment_A_TRA": "À traiter",
"attachment_FRZ": "Gelée", "attachment_FRZ": "Gelée",
......
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