[ 1474390 ] delete workflow fails
This commit is contained in:
parent
7921c7a708
commit
149789c11e
2 changed files with 2 additions and 2 deletions
|
|
@ -107,7 +107,7 @@ sub delete {
|
|||
}
|
||||
# delete instances
|
||||
$self->session->db->deleteRow("Workflow","workflowId",$self->getId);
|
||||
$self->undef;
|
||||
$self = undef;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue