Skip to content

Commit

Permalink
Merge pull request #3 from moritz-sauer-13/patch-2
Browse files Browse the repository at this point in the history
Update Job.php
  • Loading branch information
chromos33 authored Jul 13, 2021
2 parents 2260e8a + 810cc5d commit 9a49eac
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 9a49eac

Please sign in to comment.