[FIX] HELPDESK: Fixed the ticket empty page image issue

This commit is contained in:
Horilla
2025-05-21 11:17:15 +05:30
parent 3164464f49
commit cd15cb6281
2 changed files with 4 additions and 4 deletions

View File

@@ -424,7 +424,7 @@
{% else %}
{% if not ticket|calim_request_exists:request.user.employee_get and request.user.employee_get not in ticket.assigned_to.all %}
{% if not ticket|claim_request_exists:request.user.employee_get and request.user.employee_get not in ticket.assigned_to.all %}
<li
class="oh-dropdown__item"
>
@@ -950,8 +950,8 @@
display: flex;
align-items: center;
justify-content: center;
position: relative;
"
class=""
>
<div style="" class="oh-404">
<img

View File

@@ -513,7 +513,7 @@
</button>
{% else %}
{% if ticket|calim_request_exists:request.user.employee_get or request.user.employee_get in ticket.assigned_to.all %}
{% if ticket|claim_request_exists:request.user.employee_get or request.user.employee_get in ticket.assigned_to.all %}
<a
{% if request.user.employee_get in ticket.assigned_to.all %}
style="background-color:rgb(74, 238, 60);"
@@ -1082,8 +1082,8 @@
display: flex;
align-items: center;
justify-content: center;
position: relative;
"
class=""
>
<div style="" class="oh-404">
<img