feat: enhance vacation approval process by adding notification system for employees, including email alerts and in-app notifications; improve error handling and user feedback during vacation management
This commit is contained in:
@@ -76,7 +76,8 @@
|
||||
dataInicio: periodo.dataInicio,
|
||||
dataFim: periodo.dataFim
|
||||
}
|
||||
]
|
||||
],
|
||||
feriasIdExcluir: periodo._id // Excluir este período do cálculo de saldo pendente
|
||||
});
|
||||
|
||||
if (!validacao.valido) {
|
||||
|
||||
Reference in New Issue
Block a user