[FIX] HELPDESK: Fixed the ticket empty page image issue
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user