mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Closes #5873: Use numeric IDs in all object URLs
This commit is contained in:
@@ -37,7 +37,7 @@ OBJECTCHANGE_REQUEST_ID = """
|
||||
class TagTable(BaseTable):
|
||||
pk = ToggleColumn()
|
||||
color = ColorColumn()
|
||||
actions = ButtonsColumn(Tag, pk_field='slug')
|
||||
actions = ButtonsColumn(Tag)
|
||||
|
||||
class Meta(BaseTable.Meta):
|
||||
model = Tag
|
||||
|
||||
Reference in New Issue
Block a user