mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Permisos produccion
This commit is contained in:
@ -2,7 +2,10 @@
|
||||
/**
|
||||
* MENU PRODUCCION
|
||||
*/
|
||||
if (auth()->user()->inGroup('beta')) {
|
||||
if (
|
||||
auth()->user()->can('produccion.ots') ||
|
||||
auth()->user()->can('produccion.plannings')
|
||||
) {
|
||||
?>
|
||||
<!-- Production -->
|
||||
<li class="menu-item">
|
||||
|
||||
Reference in New Issue
Block a user