Skip to content

Commit 0f53ad4

Browse files
committed
feat(AUTH): Agrega permiso para ver detalles de una solicitud
1 parent 3292344 commit 0f53ad4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

auth/permisos.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,12 @@ export default [
434434
key: 'anular',
435435
title: 'Anular Solicitudes',
436436
type: 'boolean'
437+
},
438+
{
439+
key: 'verDetalles',
440+
title: 'Ver detalles de Solicitudes',
441+
type: 'boolean',
442+
visibility: 'restricted'
437443
}
438444
]
439445
},

0 commit comments

Comments
 (0)