Minor improvements

This commit is contained in:
2026-05-02 00:33:43 +02:00
parent 71cb09f051
commit 1a69a20750
3 changed files with 3 additions and 2 deletions
@@ -137,7 +137,7 @@
<tr>
<th>Anmelde-URL</th>
<td>
{{dynamicProps.event.url}}<br />
{{dynamicProps.event.urlShort}}<br />
<img :src="'/print-event-code/' + dynamicProps.event.identifier" alt="Event Code" style="width: 150px; height: 150px; margin-top: 20px;" />
</td>
</tr>
+1
View File
@@ -26,6 +26,7 @@ class EventResource extends JsonResource{
'name' => $this->event->name,
'identifier' => $this->event->identifier,
'url' => 'https://' . app('tenant')->url . '/event/' . $this->event->identifier . '/signup',
'urlShort' => 'https://' . app('tenant')->url . '/event/' . $this->event->identifier,
'location' => $this->event->location,
'postalCode' => $this->event->postal_code,
'email' => $this->event->email,