Hello
Having issues with 7.11.1 - Workflow http 500 (known bug). Then tried to upgrade to 7.11.2.
Final step timed out. Checking Admin->About, it show 7.11.2, but I don’t know if the upgrade process finished.
The workflow bug remains.
Any advice?
Marcio
pgr
2
I’d say the upgrade worked if “About” is updated.
You can check the content of the file in that fix: modules/AOW_Actions/actions/templateParser.php
The broken version looks like this (has two “foreach”):
https://github.com/salesagility/SuiteCRM/blob/v7.11.1/modules/AOW_Actions/actions/templateParser.php
The fixed version looks like this (has only one “foreach”):
https://github.com/salesagility/SuiteCRM/blob/v7.11.2/modules/AOW_Actions/actions/templateParser.php