mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
remove validation for PR profile
This commit is contained in:
+6
-6
@@ -454,8 +454,8 @@ export class ExpedientTaskModalPage implements OnInit {
|
||||
}
|
||||
}
|
||||
|
||||
if(this.postData.DispatchFolder.Message){
|
||||
if(this.selectedTypes.length > 0) {
|
||||
/* if(this.postData.DispatchFolder.Message){
|
||||
if(this.selectedTypes.length > 0) { */
|
||||
try {
|
||||
this.taskResult = await this.despachoService.createDespacho(this.postData).toPromise();
|
||||
await this.httpErroHandle.httpsSucessMessagge('Efetuar Despacho')
|
||||
@@ -465,16 +465,16 @@ export class ExpedientTaskModalPage implements OnInit {
|
||||
} finally {
|
||||
//loader.remove()
|
||||
}
|
||||
} else {
|
||||
/* } else {
|
||||
this.validateField = true;
|
||||
this.toastService._badRequest('Por favor selecione um assunto');
|
||||
}
|
||||
} */
|
||||
|
||||
}
|
||||
/* }
|
||||
else{
|
||||
this.validateField = true;
|
||||
this.toastService._badRequest('Por favor adicione uma descrição');
|
||||
}
|
||||
} */
|
||||
loader.remove();
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user