Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing additional properties using alert.notify without template #52

Open
hschaefer123 opened this issue May 9, 2024 · 0 comments
Open

Comments

@hschaefer123
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant