Skip to content

Email sending condition relies on action, not parsed action #213

@PVince81

Description

@PVince81

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions