Skip to content

Commit

Permalink
[FIX] hr_org_chart: fix the hr ORG chart parent employee redirection …
Browse files Browse the repository at this point in the history
…issue

closes #103700

Signed-off-by: Kevin Baptiste <kba@odoo.com>
  • Loading branch information
malaycmkhamar committed Oct 21, 2022
1 parent 36e2879 commit 1fb8fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/hr_org_chart/static/src/fields/hr_org_chart.xml
Expand Up @@ -132,7 +132,7 @@
<div class="d-flex align-items-center">
<span class="flex-shrink-0" t-att-style='"background-image:url(\"/web/image/hr.employee.public/" + props.employee.id + "/avatar_1024/\")"'/>
<b class="flew-grow-1"><t t-esc="props.employee.name"/></b>
<a href="#" class="ms-auto o_employee_redirect" t-att-data-employee-id="props.employee.id" t-on-click.prevent="() => this._onEmployeeRedirect(employee.id)"><i class="fa fa-external-link" role="img" aria-label='Redirect' title="Redirect"></i></a>
<a href="#" class="ms-auto o_employee_redirect" t-att-data-employee-id="props.employee.id" t-on-click.prevent="() => this._onEmployeeRedirect(props.employee.id)"><i class="fa fa-external-link" role="img" aria-label='Redirect' title="Redirect"></i></a>
</div>
</h3>
<div class="popover-body">
Expand Down

0 comments on commit 1fb8fa1

Please sign in to comment.