make 'Staff My Cases' available to all case workers
This commit is contained in:
parent
226818511f
commit
2d5f395368
@ -46,23 +46,23 @@
|
|||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<li class="nav-item mt-3">
|
||||||
|
<h6 class="ps-4 ms-2 text-uppercase text-xs text-dark font-weight-bolder opacity-5">Staffing pages</h6>
|
||||||
|
</li>
|
||||||
{% if is_granted('ROLE_CASE_MANAGER') or is_granted('ROLE_ADMIN') %}
|
{% if is_granted('ROLE_CASE_MANAGER') or is_granted('ROLE_ADMIN') %}
|
||||||
<li class="nav-item mt-3">
|
|
||||||
<h6 class="ps-4 ms-2 text-uppercase text-xs text-dark font-weight-bolder opacity-5">Staffing pages</h6>
|
|
||||||
</li>
|
|
||||||
<li class='nav-item'>
|
<li class='nav-item'>
|
||||||
<a class='{{ staff_dashboard }}' href='{{ path('app_staff_dashboard') }}'>
|
<a class='{{ staff_dashboard }}' href='{{ path('app_staff_dashboard') }}'>
|
||||||
<i class='material-symbols-rounded opacity-5'>dashboard</i>
|
<i class='material-symbols-rounded opacity-5'>dashboard</i>
|
||||||
<span class='nav-link-text ms-1'>Staff Dashboard</span>
|
<span class='nav-link-text ms-1'>Staff Dashboard</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class='nav-item'>
|
|
||||||
<a class='{{ staff_notes }}' href='{{ path('app_staff_my_cases') }}'>
|
|
||||||
<i class='material-symbols-rounded opacity-5'></i>
|
|
||||||
<span class='nav-link-text ms-1'>Staff My Cases</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<li class='nav-item'>
|
||||||
|
<a class='{{ staff_notes }}' href='{{ path('app_staff_my_cases') }}'>
|
||||||
|
<i class='material-symbols-rounded opacity-5'>supervisor_account</i>
|
||||||
|
<span class='nav-link-text ms-1'>Staff My Cases</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li class="nav-item mt-3">
|
<li class="nav-item mt-3">
|
||||||
<h6 class="ps-4 ms-2 text-uppercase text-xs text-dark font-weight-bolder opacity-5">User pages</h6>
|
<h6 class="ps-4 ms-2 text-uppercase text-xs text-dark font-weight-bolder opacity-5">User pages</h6>
|
||||||
|
Loading…
Reference in New Issue
Block a user