Whenever a notification is sent by API with one or multiple actions, the notification needs to be processed by a INotifier instance. If not INotifier instance exists or if it doesn't return a parsed action, the web UI will not display any actions.
The decision whether to send out an email for notifications is based whether said notification contains at least an action. Currently it is checking if there is an "action" and not a "parsedAction".
We should probably make this consistent to avoid confusing behavior.
@jvillafanez
Whenever a notification is sent by API with one or multiple actions, the notification needs to be processed by a
INotifierinstance. If notINotifierinstance exists or if it doesn't return a parsed action, the web UI will not display any actions.The decision whether to send out an email for notifications is based whether said notification contains at least an action. Currently it is checking if there is an "action" and not a "parsedAction".
We should probably make this consistent to avoid confusing behavior.
@jvillafanez