[FIX] RECRUITMENT: Add to rejected candidates not working issue
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if onboarding|app_installed %}
|
||||
{% if "onboarding"|app_installed %}
|
||||
{% if perms.recruitment.add_rejectedcandidate or request.user|is_stagemanager or perms.recruitment.chanage_candidate %}
|
||||
<li class="oh-dropdown__item">
|
||||
<a
|
||||
|
||||
@@ -223,7 +223,7 @@
|
||||
<button class="oh-btn oh-btn--light-bkg w-100" title='{% trans "Candidate is Converted " %}' style="opacity: 30%; padding:0.8rem 1rem">
|
||||
<ion-icon name="thumbs-down-outline"></ion-icon></button>
|
||||
{% else %}
|
||||
{% if onboarding|app_installed %}
|
||||
{% if "onboarding"|app_installed %}
|
||||
{% if perms.recruitment.add_rejectedcandidate or perms.recruitment.change_candidate %}
|
||||
<button
|
||||
type="button"
|
||||
|
||||
@@ -184,7 +184,7 @@
|
||||
<button class="oh-btn oh-btn--light-bkg w-100" title='{% trans "Candidate is Converted " %}' style="opacity: 30%; padding:0.8rem 1rem">
|
||||
<ion-icon name="thumbs-down-outline"></ion-icon></button>
|
||||
{% else %}
|
||||
{% if onboarding|app_installed %}
|
||||
{% if "onboarding"|app_installed %}
|
||||
{% if perms.recruitment.add_rejectedcandidate or perms.recruitment.change_candidate %}
|
||||
<button
|
||||
type="button"
|
||||
|
||||
@@ -265,7 +265,7 @@
|
||||
<ion-icon name="heart-circle-outline"></ion-icon>
|
||||
</button>
|
||||
{% endif %}
|
||||
{% if onboarding|app_installed %}
|
||||
{% if "onboarding"|app_installed %}
|
||||
{% if perms.recruitment.add_rejectedcandidate or request.user.employee_get in stage.stage_managers.all %}
|
||||
<button type="button" hx-target="#rejectModalBody" hx-swap="innerHTML"
|
||||
class="oh-btn oh-btn--light" data-toggle="oh-modal-toggle" data-target="#rejectModal"
|
||||
|
||||
@@ -153,7 +153,7 @@
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if onboarding|app_installed %}
|
||||
{% if "onboarding"|app_installed %}
|
||||
{% if perms.recruitment.add_rejectedcandidate or request.user.employee_get in stage.stage_managers.all %}
|
||||
<li class="oh-dropdown__item">
|
||||
<a
|
||||
|
||||
@@ -213,7 +213,7 @@
|
||||
>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if onboarding|app_installed %}
|
||||
{% if "onboarding"|app_installed %}
|
||||
{% if perms.recruitment.add_rejectedcandidate or request.user|is_stagemanager %}
|
||||
<li class="oh-dropdown__item">
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user