-
-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0][FIX] l10n_it_central_journal_reportlab: escape Paragraph content #4400
Conversation
Hi @Borruso, @MarcoCalcagni, |
8fcf223
to
b4a5f1f
Compare
@TheMule71 la #4153 risulta già fixata per la 16, non è così? |
Si ma era estremamente parziale, solo per un campo e solo per i caratteri '<' e '>'. Il problema si ripropone potenzialmente su altri campi e per altri caratteri (per es. prob interpreta & e &) ecc. La mia fix dovrebbe essere generica, usa una libreria XML per fare l'escape delle direttive, e la applico su tutti i valori che sono potenzialmente dinamici (non prefissati nei sorgenti). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@MarcoCalcagni puoi mergiare
/ocabot merge patch |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 11b63c5. Thanks a lot for contributing to OCA. ❤️ |
Paragraph()
prende un simil-HTML, un markup con varie direttive tipo<para>
ecc.passandogli dei dati, meglio fare l'escape di tutto.
Fixes: #4396
Fixes: #4153