Observation entry now only possible if store values have been setup.
This commit is contained in:
parent
7217067690
commit
5089e36faf
@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<b-container>
|
||||
<b-container v-if="description != null && type != null && whom != null && site != null && tutors != null">
|
||||
<h3>
|
||||
<v-icon name="tag" scale="1.5"/>
|
||||
{{type}}/{{description}}
|
||||
@ -102,6 +103,19 @@
|
||||
</form>
|
||||
</b-modal>
|
||||
</b-container>
|
||||
<b-container v-else>
|
||||
<b-row>
|
||||
<b-col>
|
||||
<h2>Error</h2>
|
||||
</b-col>
|
||||
</b-row>
|
||||
<b-row>
|
||||
<b-col>
|
||||
<p>An Observation session has not been correctly setup, please try again.</p>
|
||||
</b-col>
|
||||
</b-row>
|
||||
</b-container>
|
||||
</b-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
Loading…
Reference in New Issue
Block a user