mirror of
https://github.com/pretix/pretix.git
synced 2026-08-26 13:14:40 +00:00
Web check-in: Add explanation for rules failure
This commit is contained in:
@@ -30,6 +30,7 @@
|
|||||||
<div class="panel-body" v-if="checkResult.position">
|
<div class="panel-body" v-if="checkResult.position">
|
||||||
<div class="details">
|
<div class="details">
|
||||||
<h4>{{ checkResult.position.order }}-{{ checkResult.position.positionid }} {{ checkResult.position.attendee_name }}</h4>
|
<h4>{{ checkResult.position.order }}-{{ checkResult.position.positionid }} {{ checkResult.position.attendee_name }}</h4>
|
||||||
|
<strong v-if="checkResult.reason_explanation">{{ checkResult.reason_explanation }}<br></strong>
|
||||||
<span>{{ checkResultItemvar }}</span>
|
<span>{{ checkResultItemvar }}</span>
|
||||||
<span v-if="checkResult.position.seat"><br>{{ checkResult.position.seat.name }}</span>
|
<span v-if="checkResult.position.seat"><br>{{ checkResult.position.seat.name }}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user