Skip to content

Commit

Permalink
Update Job.php
Browse files Browse the repository at this point in the history
updateJobCMSFields
  • Loading branch information
moritz-sauer-13 authored Jul 13, 2021
1 parent 2260e8a commit 810cc5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DataObjects/Job.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ public function getCMSFields()
)->setShouldLazyLoad(true)->setCanCreate(false)->setTitleField("TagSortTitle")
);
}

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

return $fields;
}
Expand Down

0 comments on commit 810cc5d

Please sign in to comment.