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

Fix issue where alert object triggers/notifications attribute was overwritten by the client for the respective attribute #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ardiereally
Copy link

The _triggers & _notifications attribute is reserved for the list of triggers and notifications respectively. But in the _fill method of the alert service client, these attributes are overwritten by the client object for those services instead of the list of objects to create. Which means that if an Alert object was created with triggers & notifications defined, those are not usable afterwards.

This fix resolves the name conflict by putting the clients in their own attribute.

…rwritten by the client for the respective attribute
@salesforce-cla
Copy link

Thanks for the contribution! Before we can merge this, we need @rdas1212 to sign the Salesforce.com Contributor License Agreement.

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

Successfully merging this pull request may close these issues.

1 participant