Skip to content

Missing additional properties using alert.notify without template  #52

@hschaefer123

Description

@hschaefer123

Hi,

when i am using alert.notify without template

alert.notify({
    recipients: [user.id],
    priority: 'HIGH',
    title: title,
    description: subject,
 // missing from here
    ActorId: user.id,
    ActorType: '',
    ActorDisplayText: '',
    ActorImageURL: 'https://ui5.sap.com/1.123.1/resources/sap/ushell/themes/base/img/SAPLogo.svg',
    NavigationTargetObject: 'Project',
    NavigationTargetAction: 'manage',
    TargetParameters: [{
        Key: 'ID',
        Value: ID
    }]
});

only the basic props will be send to service.

Is this intended?

Everything works fine, if i am using a custom Template name in the call like

alert.notify('SupportTicket', {...

Regards
Holger

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions