Web check-in: Add explanation for rules failure

This commit is contained in:
Raphael Michel
2021-05-07 12:22:25 +02:00
parent 2e8253fa7b
commit a4ccf07bfb

View File

@@ -30,6 +30,7 @@
<div class="panel-body" v-if="checkResult.position">
<div class="details">
<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 v-if="checkResult.position.seat"><br>{{ checkResult.position.seat.name }}</span>
</div>