Skip to content

Commit

Permalink
validate each this missing after rebase code symbiote/silverstripe-ad…
Browse files Browse the repository at this point in the history
…vancedworkflow v6
  • Loading branch information
pack254 committed Jul 24, 2024
1 parent 08346ff commit 1b96a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/WorkflowApplicable.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function updateCMSFields(FieldList $fields)
public function updateFields(FieldList $fields)
{
if (!$this->owner->ID) {
return $fields;
return;
}

$tab = $fields->fieldByName('Root') ? $fields->findOrMakeTab('Root.Workflow') : $fields;
Expand Down

0 comments on commit 1b96a75

Please sign in to comment.