mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
change word
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
<ion-content>
|
||||
<div class="header-content width-100">
|
||||
<div class="header-title d-flex width-100">
|
||||
<h3>Deseja retirar este expediente da sua caixa de correspondência?</h3>
|
||||
<h3>Deseja arquivar este expediente?</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="header-body width-100">
|
||||
|
||||
@@ -268,7 +268,8 @@ export class GabineteDigitalPage implements OnInit {
|
||||
|
||||
|
||||
checkFilter() {
|
||||
|
||||
const currentFilter = this.filterName
|
||||
|
||||
if(this.router.url.includes('ForToDay')) {
|
||||
this.filterName = 'Para hoje'
|
||||
} else if (this.router.url.includes('OverdueTasks')) {
|
||||
@@ -279,6 +280,10 @@ export class GabineteDigitalPage implements OnInit {
|
||||
this.filterName = 'Não lidos'
|
||||
}
|
||||
|
||||
if(currentFilter != this.filterName) {
|
||||
this.dynamicSearch()
|
||||
}
|
||||
console.log('this.filterName', this.filterName)
|
||||
}
|
||||
|
||||
|
||||
@@ -359,6 +364,8 @@ export class GabineteDigitalPage implements OnInit {
|
||||
this.hideInMobile = false;
|
||||
this.segmentVista = "listview";
|
||||
}
|
||||
|
||||
this.checkFilter();
|
||||
}
|
||||
|
||||
checkRoutes() {
|
||||
|
||||
Reference in New Issue
Block a user