Glenn Matthews

Results 447 comments of Glenn Matthews

Quick note on this PR - I'm working on adding some test coverage for #7307 specifically so we can verify that this fixes that too (I'm fairly confident that it...

Confirmed that this works correctly *if* the modulebay defines a `position`. If it has a `name` but no `position`, no substitution takes place.

This should probably be tackled as part of the broader work on improving symmetry between import and export.

**Should** be possible via a REST API PATCH request with a `text/csv` content-type after #3722 is merged and released. Will need to be tested and confirmed though.

Closely linked to #6166 given that the CSV handling uses the REST serializers under the hood.

Sounds terrific to me! Changing the test makes sense in that case.

If I understand you right, I *think* you might be able to just chain the `.restrict` calls (`objects.restrict(request.user, "add").restrict(request.user, "change")`) but I haven't tested that theory.

Looks like a miss in #4224. Shouldn't be too difficult to implement with very similar code.

Just to make sure this isn't an issue with pynautobot somehow, do you see the same behavior when calling the REST API directly via `curl` or the Swagger UI?

Additionally, can you please share the source of your `HyperCacheFilterSet` or equivalent?