WIP - Adiciona checagem de HTML mal formado#3394
Open
edwardoliveira wants to merge 1 commit into3.1.xfrom
Open
WIP - Adiciona checagem de HTML mal formado#3394edwardoliveira wants to merge 1 commit into3.1.xfrom
edwardoliveira wants to merge 1 commit into3.1.xfrom
Conversation
Contributor
Author
|
Oi @LeandroJatai, eu tive que resolver um bug de um usuário via OSTicket e daí me veio essa ideia de colocar uma checagem de HTML válido na hora de salvar os Dispositivos. Como vc entende MUITO MAIS desse módulo, visto que pai da criança rsrsrs, poderia me ajudar a validar/corrigir esse PR? 🙂 |
7f1daea to
78456b6
Compare
44c7429 to
bda00ac
Compare
f92c461 to
3faba84
Compare
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.
Faz uma checagem de HTML mal formado durante o save() de Dispositivo em Textos Articulados.
Descrição
Algumas vezes, é possível que o usuário insira HTMLs mal formados seja por ação ou por vias de copia-e-cola. A intenção deste PR é mitigar as chances disso ocorrer.
Motivação e Contexto
Diminuir a possibilidade de erro em textos articulados por conta de HTML mal formado.
Tipos de Mudanças
Checklist: