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

Preserve object_type for new objects while triggering a SyncRule #2634

Closed
wants to merge 1 commit into from

Conversation

raviks789
Copy link
Collaborator

The object_type while preparing new objects was set to object without checking whether the object_type property of the corresponding objects had been set. Hence, the notifications or other objects with object_type apply was not working.

fixes #2142

The `object_type` while preparing new objects was set to `object` without checking whether the `object_type` property
of the corresponding objects had been set. Hence, the notifications or other objects with `object_type` `apply` was
not working.
@cla-bot cla-bot bot added the cla/signed label Oct 11, 2022
@Thomas-Gelf Thomas-Gelf added this to the v1.10.2 milestone Oct 11, 2022
@Thomas-Gelf
Copy link
Contributor

Thanks for this PR! I tried to reproduce the problem - this doesn't seem to fix it

@Thomas-Gelf
Copy link
Contributor

Hi @raviks789,

I pushed a different solution for this one. Could you please test, whether it addresses your issue?

Thanks,
Thomas

Thomas-Gelf added a commit that referenced this pull request Nov 3, 2022
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.

Notifications Sync Rule not working with assign_filter
2 participants