Missing tags in available column selection from IP range table #5594

Closed
opened 2025-12-29 19:29:55 +01:00 by adam · 4 comments
Owner

Originally created by @cybarox on GitHub (Nov 2, 2021).

Originally assigned to: @cybarox on GitHub.

NetBox version

v3.0.8

Python version

3.8

Steps to Reproduce

  1. Create ip-range with tag
  2. open ip-range table
  3. click configure table
  4. tags is missing from available column seletion
    No tags in column selection

Expected Behavior

tag column can be selected under available columns

Observed Behavior

tag column is missing

Originally created by @cybarox on GitHub (Nov 2, 2021). Originally assigned to: @cybarox on GitHub. ### NetBox version v3.0.8 ### Python version 3.8 ### Steps to Reproduce 1. Create ip-range with tag 2. open ip-range table 3. click configure table 4. tags is missing from available column seletion <img width="798" alt="No tags in column selection" src="https://user-images.githubusercontent.com/60612073/139842341-d7542425-22c6-4418-a190-3f4af90a177c.png"> ### Expected Behavior tag column can be selected under available columns ### Observed Behavior tag column is missing
adam added the type: bugstatus: accepted labels 2025-12-29 19:29:55 +01:00
adam closed this issue 2025-12-29 19:29:55 +01:00
Author
Owner

@jeremystretch commented on GitHub (Nov 2, 2021):

Looks like 'tags' is missing from IPRangeTable.Meta.fields.

@jeremystretch commented on GitHub (Nov 2, 2021): Looks like `'tags'` is missing from `IPRangeTable.Meta.fields`.
Author
Owner

@cybarox commented on GitHub (Nov 2, 2021):

@jeremystretch I've created a pull request for this issue

@cybarox commented on GitHub (Nov 2, 2021): @jeremystretch I've created a pull request for this issue
Author
Owner

@jeremystretch commented on GitHub (Nov 2, 2021):

Thanks @cybarox!

@jeremystretch commented on GitHub (Nov 2, 2021): Thanks @cybarox!
Author
Owner

@cybarox commented on GitHub (Nov 3, 2021):

@jeremystretch I've applied the change on my local installation and it seems there is more missing. 'tags' is not defined in the table definiton.

    tags = TagColumn(
        url_name='ipam:iprange_list'
    )

I've created another PR for this fix.

@cybarox commented on GitHub (Nov 3, 2021): @jeremystretch I've applied the change on my local installation and it seems there is more missing. `'tags'` is not defined in the table definiton. ``` tags = TagColumn( url_name='ipam:iprange_list' ) ``` I've created another PR for this fix.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5594