diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 1c5a90c8..9ff23a66 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -11,7 +11,7 @@ ____________ ## CURRENT STAGE: - +todo: notification general default created on general notify is creating every time, not just if it's needed todo: notification system docs It's complex and needs a clear documentation about how it all works diff --git a/ayanova/src/views/home-notify-subscription.vue b/ayanova/src/views/home-notify-subscription.vue index 480400f9..a50de120 100644 --- a/ayanova/src/views/home-notify-subscription.vue +++ b/ayanova/src/views/home-notify-subscription.vue @@ -640,7 +640,7 @@ function generateMenu(vm) { isMain: false, icon: "fa-bullhorn", title: "NotifySubscription", - helpUrl: "form-home-notify-subscription", + helpUrl: "form-home-notify-subscriptions", formData: { ayaType: window.$gz.type.NotifySubscription, recordId: vm.$route.params.recordid diff --git a/ayanova/src/views/home-notify-subscriptions.vue b/ayanova/src/views/home-notify-subscriptions.vue index bafe6764..471bc331 100644 --- a/ayanova/src/views/home-notify-subscriptions.vue +++ b/ayanova/src/views/home-notify-subscriptions.vue @@ -11,7 +11,6 @@ :dataListKey="dataListKey" :dataListFilter="dataListFilter" :dataListSort="dataListSort" - :showSelect="rights.change" v-on:selection-change="handleSelected" >