Skip to content
Snippets Groups Projects

Update entity_workflow_workspace.module

@@ -104,6 +104,7 @@ function entity_workflow_workspace_workspace_access(EntityInterface $entity, $op
@@ -104,6 +104,7 @@ function entity_workflow_workspace_workspace_access(EntityInterface $entity, $op
}
}
}
}
}
}
 
return AccessResult::allowedIfHasPermission($account, 'use workspace transition ' . $operation);
}
}
/**
/**
Loading