04-25-2017, 07:06 AM
Hi.
When you uninstall PDFMaker module, the function vtlib_handler when the case is preuninstall execute the next functions:
removeLinks();
removePDFMakerWorkflows();
You can check this functions on modules/PDFMaker/PDFMaker.php to create a script that execute this functions or check the database tables that you have to clean to a correct uninstall.
This process works fine when you uninstall the module, I don't know why were not executed.
When you uninstall PDFMaker module, the function vtlib_handler when the case is preuninstall execute the next functions:
removeLinks();
removePDFMakerWorkflows();
You can check this functions on modules/PDFMaker/PDFMaker.php to create a script that execute this functions or check the database tables that you have to clean to a correct uninstall.
This process works fine when you uninstall the module, I don't know why were not executed.