diff --git a/library/Controller/SingularJobPosting.php b/library/Controller/SingularJobPosting.php index eb2d1a4f99..ec7b1429bd 100644 --- a/library/Controller/SingularJobPosting.php +++ b/library/Controller/SingularJobPosting.php @@ -154,20 +154,6 @@ private function populateInformationList(): void ]; } - if ($this->post->getSchemaProperty('employmentType')) { - $this->data['informationList'][] = [ - 'label' => $this->data['lang']->employmentType, - 'value' => $this->post->getSchemaProperty('employmentType') - ]; - } - - if ($this->post->getSchemaProperty('datePosted')) { - $this->data['informationList'][] = [ - 'label' => $this->data['lang']->datePosted, - 'value' => $this->post->getSchemaProperty('datePosted')?->format('Y-m-d') - ]; - } - $addressRegion = $this->post->getSchemaProperty('employmentUnit')['address']['addressRegion'] ?? null; $addressLocality = $this->post->getSchemaProperty('employmentUnit')['address']['addressLocality'] ?? null;