Issue:
Ocurre un error al importar y actualizar un proceso de tipo
bpmn, despliega un error sin descripció el proceso se
convierte en un proceso de tipo classic
Cause:
Mala definicion de variables para el "Add Audit Log"
Solution:
Se a suprimido las variables, ahora se utiliza el objeto para el
seteo de variables
- No se muestra caracteres chinos en un OutputDocument (TCPDF)
- Problema resuelto:
* Al encontrarse un tipo de fuente complejo (caracteres Japanese, Chinese, etc)
se esta seteando un origen de fuente especifico (arialuni.ttf).
* Vea la siguiente URL "http://wiki.processmaker.com"
seccion "III. Configuration" punto "12. Fonts for non-Western languages".
* Entonces el archivo "arialuni.ttf" debera ser copiando en "/path/to/processmaker/gulliver/thirdparty/tcpdf/fonts"
Nota.- El procedimiento anterior no esta documentado para "TCPDF", solo esta para "HTML2PDF (Old Version)"
- Los saltos de linea no estaban siendo parseados correctamente debido a un cambio previo en la version 2.5.2
- Se repuso y adapto parte del codigo que hacia el cambio de los saltos de linea
- Al enviar lo correos se aprecian campos vacios que se agregan al correo.
- Esto no era causa del plugin sino que al hacer una mejora para los outputdocuments se valida los campos añadiendo la etiqueta <br> que es lo que ocasionaba los espacios en el correo. se retiraron nl2br de la funcion replaceDataGridField en la class.g y se agrego la validacion en OutputDocument.php.
- Al ejecutar la funcion PMFGenerateOutputDocument() el processmaker devuelve un error de php
- Fixing bug of the notice in the output document generation.
- Problem with fonts in OutputDocuments with report generator TCPDF
- The problem specifically is with the font tag, this tag is obsolete
- Solved problem, added validation when use font tag
* Available from version ProcessMaker-2.0.46
- The words are cut when they reach the limit of the bottom margin
- Problem solved, If in an tag <td> there is a large string, exceeds
above the bottom margin, this row passes to the next page
* Available from version 2.0.44
- OutputDocument the WYSISWG editor doesn't generate the content
of a GRID correctly
- Solved problem, now generated correctly the source of the OutputDocument,
was also corrected the problem with the tag <table>