Skip to content

Commit

Permalink
add extension hook to WorkflowInstance
Browse files Browse the repository at this point in the history
  • Loading branch information
t3hn0 committed Aug 24, 2021
1 parent 698d6a2 commit 1252d33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DataObjects/WorkflowInstance.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ public function getCMSFields()

$fields->addFieldsToTab('Root.Main', $grid);

$this->extend('updateCMSFields', $fields);

return $fields;
}

Expand Down

0 comments on commit 1252d33

Please sign in to comment.