Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a class="list-group-item searchresult" href="#" @click.prevent="$emit('selected', position)" ref="a">
<div class="details">
<h4>{{ position.order }}-{{ position.positionid }} {{ position.attendee_name }}</h4>
<span>{{ itemvar }}<br></span>
<span>{{ productvar }}<br></span>
<span v-if="subevent">{{ subevent }}<br></span>
<div class="secret">{{ position.secret }}</div>
</div>
Expand All @@ -23,11 +23,11 @@ export default {
if (this.position.checkins.length) return 'redeemed';
return this.position.order__status
},
itemvar() {
productvar() {
if (this.position.variation) {
return `${i18nstring_localize(this.position.item.name)} – ${i18nstring_localize(this.position.variation.value)}`
return `${i18nstring_localize(this.position.product.name)} – ${i18nstring_localize(this.position.variation.value)}`
}
return i18nstring_localize(this.position.item.name)
return i18nstring_localize(this.position.product.name)
},
subevent() {
if (!this.position.subevent) return ''
Expand Down
517 changes: 0 additions & 517 deletions app/eventyay/static/pretixplugins/webcheckin/components/app.vue

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading