|
@@ -103,8 +103,8 @@ public function run(): void
|
|
|
// Usuários da unidade
|
|
// Usuários da unidade
|
|
|
['scope' => 'unit-user', 'bits' => Permission::ALL_PERMS],
|
|
['scope' => 'unit-user', 'bits' => Permission::ALL_PERMS],
|
|
|
|
|
|
|
|
- // Feriados (visualiza)
|
|
|
|
|
- ['scope' => 'holiday', 'bits' => Permission::VIEW],
|
|
|
|
|
|
|
+ // Feriados
|
|
|
|
|
+ ['scope' => 'holiday', 'bits' => Permission::ALL_PERMS],
|
|
|
|
|
|
|
|
// Configurações básicas (apenas leitura de endereço)
|
|
// Configurações básicas (apenas leitura de endereço)
|
|
|
['scope' => 'config.city', 'bits' => Permission::VIEW],
|
|
['scope' => 'config.city', 'bits' => Permission::VIEW],
|