mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Fix
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@
|
|||||||
<ion-toolbar class="footer-toolbar">
|
<ion-toolbar class="footer-toolbar">
|
||||||
<ion-buttons slot="start">
|
<ion-buttons slot="start">
|
||||||
<button class="btn-delete" fill="clear" color="#ffe0e0" (click)="deletePost()">
|
<button class="btn-delete" fill="clear" color="#ffe0e0" (click)="deletePost()">
|
||||||
<ion-label>Eliminar::.</ion-label>
|
<ion-label>Eliminar</ion-label>
|
||||||
</button>
|
</button>
|
||||||
</ion-buttons>
|
</ion-buttons>
|
||||||
<ion-buttons slot="end">
|
<ion-buttons slot="end">
|
||||||
|
|||||||
+2
-2
@@ -95,7 +95,7 @@ export class PublicationDetailPage implements OnInit {
|
|||||||
if(this.isModal) {
|
if(this.isModal) {
|
||||||
this.close()
|
this.close()
|
||||||
} else {
|
} else {
|
||||||
alert('go back')
|
// alert('go back')
|
||||||
this.location.back();
|
this.location.back();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -112,7 +112,7 @@ export class PublicationDetailPage implements OnInit {
|
|||||||
if(window['app-view-publications-page-doRefresh']) {
|
if(window['app-view-publications-page-doRefresh']) {
|
||||||
window['app-view-publications-page-doRefresh']()
|
window['app-view-publications-page-doRefresh']()
|
||||||
}
|
}
|
||||||
|
|
||||||
this.goBack();
|
this.goBack();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.toastService.badRequest('Publicaçao não eliminada')
|
this.toastService.badRequest('Publicaçao não eliminada')
|
||||||
|
|||||||
Reference in New Issue
Block a user