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",