diff --git a/web/typo3conf/ext/ep_events/Classes/Domain/Model/Offer.php b/web/typo3conf/ext/ep_events/Classes/Domain/Model/Offer.php index 9ad3ee03..034252ed 100644 --- a/web/typo3conf/ext/ep_events/Classes/Domain/Model/Offer.php +++ b/web/typo3conf/ext/ep_events/Classes/Domain/Model/Offer.php @@ -127,28 +127,28 @@ class Offer extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity * * @var \TYPO3\CMS\Extbase\Domain\Model\FileReference */ - protected $imageHeader = null; + protected $imageHeader; /** * imageTeaser * * @var \TYPO3\CMS\Extbase\Domain\Model\FileReference */ - protected $imageTeaser = null; + protected $imageTeaser; /** * imageTeaserMobile * * @var \TYPO3\CMS\Extbase\Domain\Model\FileReference */ - protected $imageTeaserMobile = null; + protected $imageTeaserMobile; /** * bookingForm * * @var \TYPO3\CMS\Extbase\Domain\Model\FileReference */ - protected $bookingForm = null; + protected $bookingForm; /** * configuratorType @@ -183,35 +183,35 @@ class Offer extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity * * @var \EP\EpEvents\Domain\Model\Contact */ - protected $contact = null; + protected $contact; /** * hotel * * @var \EP\EpEvents\Domain\Model\Hotel */ - protected $hotel = null; + protected $hotel; /** * location * * @var \EP\EpEvents\Domain\Model\Location */ - protected $location = null; + protected $location; /** * activities * * @var \TYPO3\CMS\Extbase\Persistence\ObjectStorage<\EP\EpEvents\Domain\Model\Activity> */ - protected $activities = null; + protected $activities; /** * detailPage * - * @var int + * @var string */ - protected $detailPage = 0; + protected $detailPage; /** * __construct @@ -696,7 +696,7 @@ class Offer extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity } /** - * @return int + * @return string */ public function getDetailPage() { @@ -704,7 +704,7 @@ class Offer extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity } /** - * @param int $detailPage + * @param string $detailPage */ public function setDetailPage($detailPage) { diff --git a/web/typo3conf/ext/ep_events/Configuration/TCA/tx_epevents_domain_model_offer.php b/web/typo3conf/ext/ep_events/Configuration/TCA/tx_epevents_domain_model_offer.php index 57a02278..7f565675 100644 --- a/web/typo3conf/ext/ep_events/Configuration/TCA/tx_epevents_domain_model_offer.php +++ b/web/typo3conf/ext/ep_events/Configuration/TCA/tx_epevents_domain_model_offer.php @@ -463,10 +463,8 @@ return [ 'label' => 'Detailseite', 'config' => [ 'type' => 'input', - 'size' => 4, - 'eval' => 'int,required', + 'eval' => 'required', 'renderType' => 'inputLink', - 'softref' => 'typolink' ], ], 'url' => [ diff --git a/web/typo3conf/ext/ep_events/Resources/Private/Layouts/Page/CategoryEpEvents.html b/web/typo3conf/ext/ep_events/Resources/Private/Layouts/Page/CategoryEpEvents.html index 823b9b19..5c788d4e 100644 --- a/web/typo3conf/ext/ep_events/Resources/Private/Layouts/Page/CategoryEpEvents.html +++ b/web/typo3conf/ext/ep_events/Resources/Private/Layouts/Page/CategoryEpEvents.html @@ -38,7 +38,7 @@
diff --git a/web/typo3conf/ext/ep_events/Resources/Private/Partials/CookieConsent.html b/web/typo3conf/ext/ep_events/Resources/Private/Partials/CookieConsent.html index fec81c33..a3aec2d0 100644 --- a/web/typo3conf/ext/ep_events/Resources/Private/Partials/CookieConsent.html +++ b/web/typo3conf/ext/ep_events/Resources/Private/Partials/CookieConsent.html @@ -15,7 +15,7 @@ "message": "Wir verwenden Cookies. Durch die Benutzung unserer Website akzeptieren Sie unsere Richtlinien.", "dismiss": "Cookies akzeptieren", "link": "Mehr Infos", - "href": "