This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user