Feature: Adapt UI to show new steps

This commit is contained in:
2023-04-24 15:38:53 +02:00
parent fcbc00d0f1
commit c5989de120
4 changed files with 23 additions and 9 deletions

View File

@@ -14,7 +14,7 @@
<scopes></scopes>
<referrer></referrer>
<resources></resources>
<start-date v-if="accompanyingCourse.step === 'CONFIRMED'"></start-date>
<start-date v-if="accompanyingCourse.step.startsWith('CONFIRMED')"></start-date>
<comment v-if="accompanyingCourse.step === 'DRAFT'"></comment>
<confirm v-if="accompanyingCourse.step === 'DRAFT'"></confirm>