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:
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

View File

@@ -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

View File

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