Jason Novinger

Results 64 comments of Jason Novinger

> [@jnovinger](https://github.com/jnovinger) ,The find/replace capabilities don't exist in bulk edit. Understood, thanks.

> small overhead of keeping it in-repo is far outweighed by these benefits, in my opinion While the initial overhead does indeed seem small, my gut says this would bitrot...

> Should be fixed with the introduction of the new method by [#20387](https://github.com/netbox-community/netbox/pull/20387) ([#20375](https://github.com/netbox-community/netbox/issues/20375)). May need to edit the bulk edit buttons though, will investigate this in a bit. Any...

@NeverBehave, would you like to take ownership of this one?

> Is this addressed by FR [#16681](https://github.com/netbox-community/netbox/issues/16681) in the upcoming v4.5 release? Almost, the added `render_config` permission added in #16681 provides the machinery, but the UI view is not using...

@ifoughal, CI appears to be failing with a test failure.

Thanks for the report, @stavr666. I'm not able to reproduce your STR exactly, but I do see something very similar. In the representation of my new VM from the API...

> Can I somehow collect any technical details, that can help diagnose source of error? SQL request ore something? Python stack traces (in the case of unhandled exceptions), SQL queries,...

I don't actually believe it's an issue with the actual count being wrong, so much as it is an issue with the serializer not reading the value correctly and defaulting...

Seems like this and #19976 are likely related.