This commit is contained in:
2022-02-11 13:45:21 +01:00
parent b5a1985fa1
commit 93345c09a1
3 changed files with 5 additions and 4 deletions

View File

@@ -337,7 +337,7 @@ class EntityWorkflow implements TrackCreationInterface, TrackUpdateInterface
if ($step->isFinal()) {
return true;
}
};
}
return false;
}