mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
remove validation for PR profile
This commit is contained in:
@@ -420,7 +420,7 @@ export class CreateProcessPage implements OnInit {
|
||||
AttachmentList: docs
|
||||
}
|
||||
|
||||
if (this.postData.DispatchFolder.Message) {
|
||||
/* if (this.postData.DispatchFolder.Message) { */
|
||||
try {
|
||||
await this.despachoService.createDespacho(this.postData).toPromise();
|
||||
await this.despachoService.CompleteTask({ serialNumber: this.task.serialNumber, note: this.dispatchFolder.Message }).toPromise();
|
||||
@@ -432,11 +432,11 @@ export class CreateProcessPage implements OnInit {
|
||||
} finally {
|
||||
loader.remove();
|
||||
}
|
||||
}
|
||||
/* }
|
||||
else {
|
||||
this.validateField = true;
|
||||
this.toastService._badRequest('Por favor adicione uma descrição');
|
||||
}
|
||||
} */
|
||||
loader.remove();
|
||||
break;
|
||||
case '1': // Pedido de Parecer
|
||||
|
||||
Reference in New Issue
Block a user