This commit is contained in:
2020-07-28 23:58:23 +00:00
parent 0a6945227f
commit d647adfa54
3 changed files with 2 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ ____________
## CURRENT STAGE: ## CURRENT STAGE:
todo: notification general default created on general notify is creating every time, not just if it's needed
todo: notification system docs todo: notification system docs
It's complex and needs a clear documentation about how it all works It's complex and needs a clear documentation about how it all works

View File

@@ -640,7 +640,7 @@ function generateMenu(vm) {
isMain: false, isMain: false,
icon: "fa-bullhorn", icon: "fa-bullhorn",
title: "NotifySubscription", title: "NotifySubscription",
helpUrl: "form-home-notify-subscription", helpUrl: "form-home-notify-subscriptions",
formData: { formData: {
ayaType: window.$gz.type.NotifySubscription, ayaType: window.$gz.type.NotifySubscription,
recordId: vm.$route.params.recordid recordId: vm.$route.params.recordid

View File

@@ -11,7 +11,6 @@
:dataListKey="dataListKey" :dataListKey="dataListKey"
:dataListFilter="dataListFilter" :dataListFilter="dataListFilter"
:dataListSort="dataListSort" :dataListSort="dataListSort"
:showSelect="rights.change"
v-on:selection-change="handleSelected" v-on:selection-change="handleSelected"
> >
</gz-data-table> </gz-data-table>