This commit is contained in:
Peter Maquiran
2021-08-17 17:02:41 +01:00
parent 39b4bc9ed6
commit 53d6896abf
8 changed files with 58 additions and 64 deletions
@@ -68,9 +68,8 @@ export class AllProcessesPage implements OnInit {
this.allProcessesList = removeDuplicate( this.allProcessesList)
this.allProcessesList = this.sortArrayISODate(this.allProcessesList).reverse();
});
//this.pendentesstore.reset(this.allProcessesList);
this.skeletonLoader = false;
this.skeletonLoader = false;
}
sortArrayISODate(myArray: any){
@@ -98,8 +97,8 @@ export class AllProcessesPage implements OnInit {
let diffMinutes = minutes;
console.log(allday);
if(totalDays == 0){
if(allday){
if(totalDays == 0) {
if(allday) {
customDate = this.getCustomDate(start)+", "+this.getCustomHours(start)+" (todo dia)";
console.log(customDate);
return customDate;