mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-15 06:01:19 +00:00
- pass workflow id as workflowid to WorkflowMgr.php
This commit is contained in:
parent
4c5106e828
commit
5fbfb6ec8a
|
@ -56,5 +56,5 @@ if($workflow->removeTransition($transition)) {
|
||||||
|
|
||||||
add_log_line("?workflow=".$workflow->getID()."&transition".$transition->getID());
|
add_log_line("?workflow=".$workflow->getID()."&transition".$transition->getID());
|
||||||
|
|
||||||
header("Location:../out/out.WorkflowMgr.php?workflow=".$workflow->getID());
|
header("Location:../out/out.WorkflowMgr.php?workflowid=".$workflow->getID());
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user