From a8187678eb08d5ca447814d02a56e24d7490d708 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 16 Jul 2020 19:32:59 +0000 Subject: [PATCH] --- .../src/views/home-notify-subscription.vue | 23 ++----------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/ayanova/src/views/home-notify-subscription.vue b/ayanova/src/views/home-notify-subscription.vue index e099c306..ce813afd 100644 --- a/ayanova/src/views/home-notify-subscription.vue +++ b/ayanova/src/views/home-notify-subscription.vue @@ -129,19 +129,6 @@ @input="fieldValueChanged('inTags')" > - - - - @@ -239,8 +226,7 @@ export default { public NotifyDeliveryMethod DeliveryMethod { get; set; } public string DeliveryAddress { get; set; } public long? AttachReportId { get; set; } - public List InTags { get; set; } - public List OutTags { get; set; } */ + public List InTags { get; set; }*/ obj: { id: 0, concurrency: 0, @@ -253,8 +239,7 @@ export default { deliveryMethod: 0, deliveryAddress: null, attachReportId: null, - inTags: [], - outTags: [] + inTags: [] }, formState: { @@ -363,9 +348,6 @@ export default { }, showInTags() { return true; - }, - showOutTags() { - return true; } }, methods: { @@ -725,7 +707,6 @@ async function fetchTranslatedText(vm) { "NotifyEventType", "NotifyDeliveryAddress", "InTags", - "OutTags", "NotifyEventObjectDeleted", "NotifyEventObjectCreated", "NotifyEventObjectModified",