From 89000722390f5a58b37ea45b4f37f9a3294f60e7 Mon Sep 17 00:00:00 2001 From: Joel McKinnon Date: Mon, 9 Mar 2020 11:50:11 -0700 Subject: [PATCH] added computed property and method to get description --- .../condition/components/Condition.vue | 46 ++++++++++++++++++- .../condition/components/Criterion.vue | 1 + src/plugins/condition/utils/operations.js | 12 ++--- 3 files changed, 51 insertions(+), 8 deletions(-) diff --git a/src/plugins/condition/components/Condition.vue b/src/plugins/condition/components/Condition.vue index 37114f8b26..fbed1fa8af 100644 --- a/src/plugins/condition/components/Condition.vue +++ b/src/plugins/condition/components/Condition.vue @@ -44,7 +44,7 @@ {{ domainObject.configuration.name }} - Description/summary goes here {{ domainObject.configuration.description }} +
@@ -162,13 +162,14 @@
- Description/summary goes here {{ domainObject.configuration.description }} +