Skip to content

Commit

Permalink
Fixes #8845: Correct default ASN formatting in table
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Mar 14, 2022
1 parent b912183 commit 93527d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docs/release-notes/version-3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ Where it is desired to limit the range of available VLANs within a group, users

### Bug Fixes (From Beta2)

* [#8845](https://github.com/netbox-community/netbox/issues/8845) - Correct default ASN formatting in table
* [#8869](https://github.com/netbox-community/netbox/issues/8869) - Fix NoReverseMatch exception when displaying tag w/assignments

### Other Changes
Expand Down
1 change: 0 additions & 1 deletion netbox/ipam/tables/ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ class Meta(NetBoxTable.Meta):

class ASNTable(NetBoxTable):
asn = tables.Column(
accessor=tables.A('asn_asdot'),
linkify=True
)
asn_asdot = tables.Column(
Expand Down

0 comments on commit 93527d8

Please sign in to comment.