Notifications are not showing for Custom Doctype

Hi,

I’ve created doctype Test and i am trying to show a notifications on it when it is Open, Overdue etc, like Tasks,

"Task": {"status": ("in", ("Open", "Overdue"))},
"Test": {"status": ("in", ("Open", "Overdue"))},

I added above line in notifications.py below Task, but its not showing status on notification drop or anywhere.

try clearing cache:
bench restart
or
sudo supervisorctl restart all

1 Like

I tried 2 times but was not working,
starts working after running bench start several times.