MOHEMM-Q3-DEV-LATEST
enadhilal 5 years ago
parent 6a786d7eae
commit 6ba6cb2d11

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

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

Loading…
Cancel
Save