Minor improvements
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -29,7 +29,7 @@ rm package-lock.json
|
||||
rm package.json
|
||||
rm -rf docker
|
||||
rm -rf database
|
||||
r m-rf app/Installer
|
||||
rm-rf app/Installer
|
||||
|
||||
php artisan migrate --force
|
||||
|
||||
|
||||
Reference in New Issue
Block a user