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 = "";