mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
feat: Add venue description to Venue API and update form view (#72ea2ba)
In the VenueController, the Venue API now includes a description of the venue by concatenating the city name and street. This change is reflected in the 'bitcoin-event-form' view where the 'option-description' attribute now uses the venue's description instead of the city name.
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
]"
|
||||
option-label="name"
|
||||
option-value="id"
|
||||
option-description="city.name"
|
||||
option-description="description"
|
||||
/>
|
||||
</x-input.group>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user