do not allow to freeze a document

This commit is contained in:
Julien Fastré 2022-04-06 13:41:34 +02:00
parent a4afe73efe
commit 8edc68859e

View File

@ -116,6 +116,6 @@ class AccompanyingCourseDocumentWorkflowHandler implements EntityWorkflowHandler
public function supportsFreeze(EntityWorkflow $entityWorkflow, array $options = []): bool
{
return true;
return false;
}
}