Glenn Matthews

Results 294 comments of Glenn Matthews
trafficstars

Thanks for the report. From a read of `object_list.html` this looks like it'll be an issue whenever a list view has an `add` button but neither `import` nor `export` features...

Another option might be to add a `suffix` optional parameter to the templatetag and let the caller specify that (e.g. with `forloop.counter`) if there's a need to distinguish? Might be...

Would you mind addressing the DRF API views as well (https://github.com/nautobot/nautobot/issues/5422#issuecomment-1995766507)?

Can you please address https://github.com/nautobot/nautobot/issues/7605 as a part of this PR?

> @dsoftait @glennmatthews both paginator and configure are on by default. I think we should just invert those, but keep the API the same otherwise. This should also be handled...

Looks like `test_get_object_changelog` generic test case (and probably others) needs to be updated to account for the badge being present now even when the count is zero.

A couple of ideas: 1) Add the missing list view + filterset + filterform 2) For the `DistinctViewTab` case, introduce a variant of `ObjectsTablePanel` that **does** support pagination (and update...

> > A couple of ideas: > > > > 1. Add the missing list view + filterset + filterform > > 2. For the `DistinctViewTab` case, introduce a variant...

I think we'd also initially omitted the paginator widget from the base ObjectsTablePanel to save page space in the case of multiple panels?

@Sridevi-NTC What's the latest status on this?