From c8c7c88af76a4c74f234412dac15fda3d14529e0 Mon Sep 17 00:00:00 2001 From: enadhilal Date: Wed, 20 Oct 2021 12:09:58 +0300 Subject: [PATCH] fixing search by name in itg --- .../work-list-replacement-itg.component.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Mohem/src/app/notification/work-list-replacement-itg/work-list-replacement-itg.component.ts b/Mohem/src/app/notification/work-list-replacement-itg/work-list-replacement-itg.component.ts index 7081f384..bd1ab765 100644 --- a/Mohem/src/app/notification/work-list-replacement-itg/work-list-replacement-itg.component.ts +++ b/Mohem/src/app/notification/work-list-replacement-itg/work-list-replacement-itg.component.ts @@ -100,6 +100,12 @@ export class WorkListReplacementItgComponent implements OnInit { this.P_SEARCH_EMPLOYEE_DISPLAY_NAME = ""; break; } + case '5': { + this.P_SEARCH_EMAIL_ADDRESS = ""; + this.P_SEARCH_USER_NAME = ""; + this.P_SEARCH_EMPLOYEE_DISPLAY_NAME = this.searchKey; + break; + } default: { this.P_SEARCH_USER_NAME = ""; this.P_SEARCH_EMPLOYEE_DISPLAY_NAME = "";