enad-Q1
enadhilal 4 years ago
parent 6a786d7eae
commit 6ba6cb2d11

@ -53,7 +53,7 @@ export class WorkListReplacementRollComponent implements OnInit {
this.P_PAGE_LIMIT = 50;
this.getPassActionMode = this.cs.sharedService.getSharedData('passActionMode', false);
console.log(this.getPassActionMode);
this.getFavruite();
// this.getFavruite();
this.getPassNotificationDetails = this.cs.sharedService.getSharedData('passNotificationInfo', false);
this.getpassResAttr = this.cs.sharedService.getSharedData('passResAttr', false);
console.log(this.getpassResAttr);
@ -429,7 +429,9 @@ export class WorkListReplacementRollComponent implements OnInit {
this.selectedType = 1;
this.listOfRealted = this.actionHistory;
} else if(selectValue === '4'){
// this.getFavruite();
console.log(this.listOfFav.length)
if(this.favoriteUserList.length === 0 || this.favoriteUserList === undefined )
this.getFavruite();
this.isFilter = true;
this.selectedType = 4;
} else if( selectValue === '2' || selectValue === '3' || selectValue === '5'){

@ -2194,8 +2194,8 @@
"ar": "البحث باسم المستخدم"
},
"searchbyname": {
"en": " Search by name",
"ar": "البحث عن طريق الإسم "
"en": " Search ",
"ar": "بحث "
},
"searchbyemail": {
"en": "Search by email",

Loading…
Cancel
Save