2
0
forked from Wavyzz/dolibarr

Fix test to execute workflow actions. Add more info in trigger errors.

This commit is contained in:
Laurent Destailleur
2024-02-10 21:25:26 +01:00
parent c27774463f
commit 9abdc1229a
5 changed files with 132 additions and 114 deletions

View File

@@ -216,6 +216,8 @@ $workflowcodes = array_filter($workflowcodes, function ($var) {
return $var['enabled'];
});
/*
* View
*/