bothwellw
(Bothwellw)
#1
Hi
has anyone implemented a user notification feature of some sort.
basically I want to implement a scenario when a customer captures an order i would like users in a sales team group to be notified so they can action.
I tried to follow the steps on GitHub - mariodavid/cuba-component-user-inbox: CUBA component that gives users a mailbox for user-to-user and system-to-user messages but it seems not to work for me on CUBA 7
has anyone used cuba-component-user-inbox or is there another way to do this.
example code / project would be appreciated.
Thanks
Bothwell
tsarev
(Daniil Tsaryov)
#2
Hello @bothwellw
According add-on installation instructions, it supports CUBA 7.*.
I think that @mario can clarify the situation.
Regards,
Daniil
mario
(Mario David)
#3
hi,
@bothwellw - user-inbox supports CUBA 7.0 with version 0.6.0: Release 0.6.0 · mariodavid/cuba-component-user-inbox · GitHub
What kind of problems are you facing?
Bye
Mario
bothwellw
(Bothwellw)
#4
Hi @mario
basically I followed the instructions on github readme.
- Added component via marketplace
- added dependencies:
appComponent(‘de.diedavids.cuba.userinbox:user-inbox-global:0.6.0’)
appComponent(‘de.balvi.cuba.declarativecontrollers:declarativecontrollers-global:0.9.0’)
- in web-screens i have
<screen id="mainWindow"
template="de/diedavids/cuba/userinbox/web/screens/side-mainwindow-with-messages.xml"/>
- I run application.
I was expecting at this stage to see the messages entry on my menu but its not there. so I got stuck there.
Thanks