Stopped inactive properties from showing computed inline fields, since they are not recomputed while inactive

This commit is contained in:
Stefan Zermatten
2021-02-11 13:12:35 +02:00
parent 3313ed0297
commit 81cdf282ea
16 changed files with 20 additions and 0 deletions

View File

@@ -74,6 +74,7 @@
<property-description
:string="model.summary"
:calculations="model.summaryCalculations"
:inactive="model.inactive"
/>
<v-divider
v-if="children.length"

View File

@@ -14,6 +14,7 @@
<computed
:string="model.summary"
:calculations="model.summaryCalculations"
:inactive="model.inactive"
/>
</v-card-text>
</toolbar-card>

View File

@@ -14,6 +14,7 @@
<property-description
:string="model.description"
:calculations="model.descriptionCalculations"
:inactive="model.inactive"
/>
</v-card-text>
</v-card>