Daniel Sheppard
Daniel Sheppard
I believe this is fixed with #13337 (#11079) as it is a similar problem
Could you supply the full path in the form of a graph of some kind for both of your scenarios? This is likely an unsupported path but we could possible...
I want to see what it should look like, not what it looks like currently
So, it looks like it works in your example (because I see it on the demo site), but I think I know what is going on here: When it enters...
> one thing to consider. It's currently possible to have models that don't have changelog entries. > > I recently ended up making an internal plugin for documenting "last seen"...
Double checking the code on this, the problem is here: https://github.com/netbox-community/netbox/blob/67165a9f9171d59afba582df7f881ca05b71e430/netbox/dcim/models/cables.py#L548 I don't thinkk this is really a bug (it is currently not supported to have different devices "mid-span" of...
Let me rebuild the CSS and then we can take a look at this again.
> @DanSheps any progress on this? This week I should have something
IMO, there is a way to do this without requiring too much deep diving. Object based permissions, simply change your delete permission to require a specific option first (for example,...
Would it make sense to isolate the table a little and perhaps store the custom field data in a 1:1 related table? I know that adds extra tables to our...