Skip to content

Commit

Permalink
Linked interview doctype with interview summary in job applicant doct…
Browse files Browse the repository at this point in the history
…ype (#2014)

Connected interview doctype with interview summary in job applicant doctype for better ux
  • Loading branch information
speedhs authored Sep 8, 2024
1 parent 8451e1c commit f64da73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hrms/hr/doctype/job_applicant/job_applicant_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
<tbody>
{% for(const [key, value] of Object.entries(data)) { %}
<tr>
<td class="text-left"> {%= key %} </td>
<td class="text-left">
<a href="/app/interview/{%= key %}" target="_blank">{%= key %}</a>
</td>
<td class="text-left"> {%= value["interview_round"] %} </td>
<td class="text-left"> {%= frappe.datetime.str_to_user(value["scheduled_on"]) %} </td>
<td class="text-left"> {%= value["status"] %} </td>
Expand Down

0 comments on commit f64da73

Please sign in to comment.