Edit multiple devices fails when filtered by tenant #3435

Closed
opened 2025-12-29 18:29:05 +01:00 by adam · 2 comments
Owner

Originally created by @joni1993 on GitHub (Mar 3, 2020).

Environment

  • Python version: 3.5.2
  • NetBox version: v2.7.9-dev

Steps to Reproduce

  1. Filter devices by tenant
  2. Select one or more elements
  3. Edit selected

Expected Behavior

Multiedit form opens

Observed Behavior

<class 'ValueError'>

invalid literal for int() with base 10: 'tenant-slug-you-filtered-for'

Probably related to: https://github.com/netbox-community/netbox/issues/3292, 653770ede9

Originally created by @joni1993 on GitHub (Mar 3, 2020). ### Environment * Python version: 3.5.2 * NetBox version: v2.7.9-dev <!-- Describe in detail the exact steps that someone else can take to reproduce this bug using the current stable release of NetBox (or the current beta release where applicable). Begin with the creation of any necessary database objects and call out every operation being performed explicitly. If reporting a bug in the REST API, be sure to reconstruct the raw HTTP request(s) being made: Don't rely on a wrapper like pynetbox. --> ### Steps to Reproduce 1. Filter devices by tenant 2. Select one or more elements 3. Edit selected <!-- What did you expect to happen? --> ### Expected Behavior Multiedit form opens <!-- What happened instead? --> ### Observed Behavior ``` <class 'ValueError'> invalid literal for int() with base 10: 'tenant-slug-you-filtered-for' ``` Probably related to: https://github.com/netbox-community/netbox/issues/3292, https://github.com/netbox-community/netbox/commit/653770ede90f9eaeabbb2f2b769b2b7bd0cba75a
adam added the status: revisions needed label 2025-12-29 18:29:05 +01:00
adam closed this issue 2025-12-29 18:29:05 +01:00
Author
Owner

@jeremystretch commented on GitHub (Mar 3, 2020):

v2.7.9-dev

Please update your issue to reference a current stable release.

@jeremystretch commented on GitHub (Mar 3, 2020): > v2.7.9-dev Please update your issue to reference a current stable release.
Author
Owner

@joni1993 commented on GitHub (Mar 3, 2020):

Indeed it does not happen on 2.7.8, sorry for bringing this issue up

@joni1993 commented on GitHub (Mar 3, 2020): Indeed it does not happen on 2.7.8, sorry for bringing this issue up
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#3435