Development (#125)

* [UPDT] EMPLOYEE: Updated employee individual view tab select option by adding permission

* [UPDT] LEAVE: Updated holiday delete method by adding hx attributes and holiday table action column by adding user permission

* [UPDT] TEMPLATES: Updated Configuration subemenu permission for a user

* [UPDT] PMS: Updated performance dashboard data's fetching by changing filter field in employee key result
This commit is contained in:
Horilla
2024-03-20 08:44:48 +00:00
committed by GitHub
parent c514599c8a
commit 75a775bd34
47 changed files with 99 additions and 3498 deletions

View File

@@ -944,7 +944,6 @@
<div
class="oh-sidebar__submenu"
id="configNav"
style="display: none"
x-show="isOpen"
x-transition
style="display: none"
@@ -968,6 +967,7 @@
>{% trans "Mail Templates" %}</a
>
</li>
{% endif %}
<li class="oh-sidebar__submenu-item">
<a
href="{% url 'holiday-view' %}"
@@ -983,7 +983,6 @@
>{% trans "Company Leaves" %}</a
>
</li>
{% endif %}
</ul>
</div>
</li>