kkthxbye

Results 45 comments of kkthxbye

> Can we just add a filter for the primary list? It is already possible to filter by status in the JobResult view. We could add a menu item that...

Maybe I'm misunderstanding, but you can already add custom links to tables. They should show up when you configure the table and add the column.

Custom links are tied to individual objects as the object data can be accessed in the template. I don't see us changing this to allow adding static links to the...

I tried just adding `@extras_features('webhooks')` to the model, but it doesn't trigger webhooks. I'm sure there are some pre-requisites for using webhooks I'm not aware of. I wouldn't mind implementing...

Looking into this more, I guess JobResults would be to be changed to inherit from ChangeLoggedModel. Not sure how feasible that is or if it just works out of the...

Some of this will be covered when I finish job scheduling: https://github.com/netbox-community/netbox/pull/10417 However probably not exactly you describe it. I actually have a hard time visualising exactly what you are...

Your previous comment was directly mentioning circumventing auto closure of the issue, which is explicitly against the rules. In my opinion you still haven't explained how it should work in...

> What are you talking about? This is no way to talk. Locking this until we can figure out a way forward with regards to your agressive and hostile comments....

Closing this as #9243 provides a much better description of the proposed feature.

Thank you for the PR! I'm not a big fan of having that much duplicate code for the clean method. @jeremystretch is there any clean way to share the `clean`...