Skip to content
Snippets Groups Projects
Commit 3fe37644 authored by Eirik Morland's avatar Eirik Morland
Browse files

Issue #3454229 by eiriksm: Trial plan should also see logs

parent e4f926cb
No related branches found
No related tags found
1 merge request!65trial plan gets logs
Pipeline #197434 passed with warnings
......@@ -31,6 +31,7 @@ class TeamNode extends Node {
public function canViewLogs() : bool {
$plan_id = $this->getPlan()->getId();
$allowed_to_view_logs = [
PlanInterface::TRIAL_PLAN,
PlanInterface::PREMIUM_PLAN,
PlanInterface::AGENCY_PLAN,
PlanInterface::ENTERPRISE_PLAN,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment