- + diff --git a/ng-seed/src/app/appoinment/consultant-setting/consultant-setting/consultant-setting.component.ts b/ng-seed/src/app/appoinment/consultant-setting/consultant-setting/consultant-setting.component.ts index 45db101..94c7b3e 100644 --- a/ng-seed/src/app/appoinment/consultant-setting/consultant-setting/consultant-setting.component.ts +++ b/ng-seed/src/app/appoinment/consultant-setting/consultant-setting/consultant-setting.component.ts @@ -265,8 +265,8 @@ unavailability(action,obj) { console.log(this.practitionerdetails) if(this.userRole == 'PRACTITIONER'){ - this.endUserURL = this.end_User_Url+'practitioner/'+this.usersList.randStr - } else if (this.userRole == 'BADMIN' || this.userRole == 'FRONTDESK'){ + this.endUserURL = this.end_User_Url+'practitioner/'+this.usersList.randStr+"/details" + } else if (this.userRole == 'BADMIN'){ this.endUserURL = this.end_User_Url+'business/'+this.usersList['BusinessDetails'][0].randStr } diff --git a/ng-seed/src/app/appoinment/customers/customers-list/customers-list.component.html b/ng-seed/src/app/appoinment/customers/customers-list/customers-list.component.html index 7547649..2369aa4 100644 --- a/ng-seed/src/app/appoinment/customers/customers-list/customers-list.component.html +++ b/ng-seed/src/app/appoinment/customers/customers-list/customers-list.component.html @@ -23,7 +23,7 @@