This commit is contained in:
Peter Maquiran
2023-02-02 18:22:31 +01:00
parent 6f2b3e82b1
commit 702cb9429a
39 changed files with 124 additions and 126 deletions
@@ -143,7 +143,7 @@ export class OptsExpedientePrPage implements OnInit {
this.toastService._successMessage()
} catch(error) {
if(error.status == 0) {
this.toastService._badRequest('sem conexão ao servidor')
this.toastService._badRequest('Sem acesso à internet. Por favor verifique sua conexão')
} else {
this.toastService._badRequest()
@@ -186,7 +186,7 @@ export class OptsExpedientePrPage implements OnInit {
this.goBack();
} catch (error) {
if(error.status == 0) {
this.toastService._badRequest('sem conexão ao servidor')
this.toastService._badRequest('Sem acesso à internet. Por favor verifique sua conexão')
} else {
this.toastService._badRequest('Processo não descartado')
@@ -210,7 +210,7 @@ export class OptsExpedientePrPage implements OnInit {
this.goBack();
} catch (error) {
if(error.status == 0) {
this.toastService._badRequest('sem conexão ao servidor')
this.toastService._badRequest('Sem acesso à internet. Por favor verifique sua conexão')
} else {
this.toastService._badRequest('Processo não descartado');
@@ -230,7 +230,7 @@ export class OptsExpedientePrPage implements OnInit {
this.goBack();
} catch (error) {
if(error.status == 0) {
this.toastService._badRequest('sem conexão ao servidor')
this.toastService._badRequest('Sem acesso à internet. Por favor verifique sua conexão')
} else {
this.toastService._badRequest();
@@ -263,7 +263,7 @@ export class OptsExpedientePrPage implements OnInit {
this.toastService._successMessage()
} catch(error) {
if(error.status == 0) {
this.toastService._badRequest('sem conexão ao servidor')
this.toastService._badRequest('Sem acesso à internet. Por favor verifique sua conexão')
} else {
this.toastService._badRequest()
@@ -282,7 +282,7 @@ export class OptsExpedientePrPage implements OnInit {
this.close();
}, (error) => {
if(error.status == 0) {
this.toastService._badRequest('sem conexão ao servidor')
this.toastService._badRequest('Sem acesso à internet. Por favor verifique sua conexão')
} else {
this.toastService._badRequest('Processo não encontrado')
@@ -325,7 +325,7 @@ export class OptsExpedientePrPage implements OnInit {
this.goBack();
} catch (error) {
if(error.status == 0) {
this.toastService._badRequest('sem conexão ao servidor')
this.toastService._badRequest('Sem acesso à internet. Por favor verifique sua conexão')
} else {
this.toastService._badRequest('Processo não descartado');
}