diff --git a/src/DataObjects/JobCategory.php b/src/DataObjects/JobCategory.php index 75accfb..1ed4d31 100644 --- a/src/DataObjects/JobCategory.php +++ b/src/DataObjects/JobCategory.php @@ -71,5 +71,6 @@ public function onBeforeWrite() { parent::onBeforeWrite(); $this->TagSortTitle = $this->Title; + $this->extend("updateOnBeforeWrite"); } }