Allow booking editing by all customers
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<a :href="getDownloadUrl(event, 'documents')" target="_blank" class="button button--small" v-if="event.documents">
|
||||
Reiseinfos
|
||||
</a>
|
||||
<router-link :to="{ name: 'bookingEdit', params: { id: event.id } }" v-if="isGroupManager && event.editable" class="button button--small">
|
||||
<router-link :to="{ name: 'bookingEdit', params: { id: event.id } }" v-if="event.editable" class="button button--small">
|
||||
bearbeiten
|
||||
</router-link>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user