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

webhooks not saving the Object Type(s) upon initial webhook create #158

Open
tim-fiola opened this issue Dec 8, 2021 · 0 comments
Open
Labels
bug Something isn't working

Comments

@tim-fiola
Copy link
Contributor

Dolt objects (Pull request, pull request review) don't get saved when webhooks are initially created.

At this point I can get this to happen consistently with the dolt objects. I see this happen intermittently with other types of objects.

Nautobot version: v1.2.0b2 and 1.1.5
Python version: 3.6

To reproduce the problem:

  1. Navigate to Extensibility--> Webhooks --> +
  2. Create a webhook to fire for dolt | pull request object type creation
  3. Click Create button
  4. Observe that the created webhook Object Type(s) field is blank

In this example below, I configured this webhook to fire upon creation of a Pull Request object:
image


The created webhook does not save the Object Type(s) values:
image


If I edit the webhook, I can add the dolt | pull request object (again) and it does then save when I click the Update button:
image


When I try this using both a circuit object and pull request object, no object type(s) get saved upon webhook create:

image

image


When I try this with just a circuit object, the object type(s) are not saved upon creation on this try (although sometimes it does save the object type(s); with non-dolt objects the problem appears to be more intermittent):

image

@tim-fiola tim-fiola changed the title webhooks not saving the Object Type(s) when creating the webhook webhooks not saving the Object Type(s) upon initial webhook create Dec 8, 2021
@glennmatthews glennmatthews added the bug Something isn't working label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants