Skip to content

Commit

Permalink
feat(RUP): se agrega permiso a link de plantillas (#1792)
Browse files Browse the repository at this point in the history
  • Loading branch information
maring0019 committed May 5, 2023
1 parent 99ce026 commit 31fca01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion auth/permisos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ export default [
child: [
{ key: 'tipoPrestacion', title: 'Tipo de prestación', type: 'prestacion', avoidAll: true },
{ key: 'validacion', title: 'Validación extras', type: 'prestacion', avoidAll: true },
{ key: 'servicio-intermedio', title: 'Servicio Intermedio', type: 'servicio-intermedio', avoidAll: true, visibility: 'restricted' }
{ key: 'servicio-intermedio', title: 'Servicio Intermedio', type: 'servicio-intermedio', avoidAll: true, visibility: 'restricted' },
{ key: 'plantilla', title: 'Cargar o editar plantillas', type: 'boolean', visibility: 'restricted' }
]
},
{
Expand Down

0 comments on commit 31fca01

Please sign in to comment.