fix: Reset completo ao editar questões na aba de planejamento > extração de dados e ajuste no ícone de visualização de senha#579
Closed
gabrielaramires wants to merge 130 commits intoThoth2023:mainfrom
Closed
Conversation
Implementação de mensagens de erros para caracteres inválidos inseridos no formulário de Perfil de Usuário
This commit fixes bug 11 by preventing the system from allowing duplicate research questions (RQs) to be registered. Now, before saving a new RQ, the system checks for existing identical entries and blocks duplicates. Additionally, the RQ edit button in english has been setted.
Fixed an issue where attempting to add a synonym without search terms resulted in an Error 500.
Realizado ajustes ao adicionar sinônimo vazio, adicionado uma validação para verificar se está vazio e um if para verificar se o campo de texto está vazio
…agado ao excluir uma questão após digitar uma QP sem adicioná-la. Removido o trecho do finally que chamava o método `resetFields()` após a exclusão.
fix(bug11): duplicate RQs and update button in english
fix(Bug05): Fixed the bug with the same ID between QA's
fix(bug03): Terms & Synonyms - Error 500
fix(Bug 001) - Viewer can edit a project
Perfil de Usuário
…pontuacao-geral fix: evita a entrada da letra E e outros caracteres
…toasts fix (bug 43): aspas duplas quebram as strings de aviso
…elds_correction fix: input validation on project planning fields
…rios fix(bug 39): Barra extra impede rolagem completa na tela de Critérios de Inclusão/Exclusão
…spositivos-moveis fix(bug 44): Modificação do ícone para deslogar e adição de notação textual para dispositivos móveis
fix(bug12): Add quality question with negative weight, fix(bug05): Test the new Grade Assignment flow, fix(bug03): Terms & Synonyms - Error 500 and empty synonym
…home-selecionado Refatorei os links sidenav para melhor manipulação e formatação do estado ativo quando clicar em home
Fix(bug 8 and bug 11): Crash in "at least" in the IC/EC view and inconsistency between languages
fix(bug01): Crash in export button without papers, fix(bug03) Add Question Option with question undefinded
…res-especiais-id-pergunta fix(bug 46): Campo de ID aceitando caracteres especiais na criação de perguntas de extração de dados
…c-saving-score-labels fix: labels fields in general score now save automatically
fix: Description CI/CE
Adição de linguagens extras e refatoração local
Adicionando traduções do inglês para o português
Add autocomplete suggestions for input fields across various forms
diegocomis
requested changes
May 26, 2025
Collaborator
diegocomis
left a comment
There was a problem hiding this comment.
O PR deve ser para a branche "develop", não consigo alterar aqui.
ele me dá erro que não tem alterações, pois esse PR foi solicitado erroneamente para a a branche MAIN
Contributor
Author
|
verifiquei que as mudanças desse PR foram puxadas pelo PR 562 que foi pra branch develop corretamente |
Collaborator
|
Esse PR deve ser fechado. Alterações relevantes feitas aqui já foram inclusas em outro Pull Request que, inclusive, já foi avaliado e concluído o merge. |
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.
Ao salvar uma questão em modo de edição, o campo de seleção de tipo permanecia com o valor anterior, ocasionando erro de SQL caso tentasse cadastrar uma nova questão sem selecionar o tipo novamente. Agora com o ajuste o campo é limpo corretamente após salvar a questão.
Outro ajuste feito foi que o sistema permitia a sobrescrita de informações ao alternar entre edições de questões. Agora foi adicionado no início da função edit() a chamada para função resetFields() garantindo a integridade das informações.
Por fim, foi ajustado o ícone de visualização de senha que sumia após clicar fora do campo e não reaparecia mais.