Преглед изворни кода

Fixes #8845: Correct default ASN formatting in table

jeremystretch пре 3 година
родитељ
комит
93527d892b
2 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 0
      docs/release-notes/version-3.2.md
  2. 0 1
      netbox/ipam/tables/ip.py

+ 1 - 0
docs/release-notes/version-3.2.md

@@ -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

+ 0 - 1
netbox/ipam/tables/ip.py

@@ -101,7 +101,6 @@ class RIRTable(NetBoxTable):
 
 class ASNTable(NetBoxTable):
     asn = tables.Column(
-        accessor=tables.A('asn_asdot'),
         linkify=True
     )
     asn_asdot = tables.Column(