feat: adicionar "AbsenceDelayRequest" e os respectivos testes unitários para as regras de validação.#1106
Open
LucasAlves71 wants to merge 1 commit intoportabilis:2.10from
Open
feat: adicionar "AbsenceDelayRequest" e os respectivos testes unitários para as regras de validação.#1106LucasAlves71 wants to merge 1 commit intoportabilis:2.10from
LucasAlves71 wants to merge 1 commit intoportabilis:2.10from
Conversation
…os para as regras de validação.
|
edersoares
reviewed
Nov 24, 2025
Member
edersoares
left a comment
There was a problem hiding this comment.
O código em si funciona porém não é utilizado pelo sistema. Faltou a implementação no controller para fazer a validação de fato.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



DESCRIÇÃO:
Este PR implementa a validação dos campos Quantidade de Horas (qtd_horas) e Quantidade de Minutos (qtd_min) no formulário de Falta/Atraso de Servidor (Servidores > Falta/Atraso > Novo/Editar), garantindo que apenas valores não-negativos (maiores ou iguais a zero) sejam aceitos.
A funcionalidade corrige a falha de validação descrita na Issue #1098. Anteriormente, o sistema permitia salvar registros com quantidades negativas de horas ou minutos, o que comprometia a integridade dos dados e o sentido lógico do registro.
AMBIENTE:
Descreva o ambiente em que este pull request foi criado.