mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-25 04:50:00 -06:00
Merge branch 'feature' into 3979-wireless
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from wireless import filtersets, models
|
||||
from netbox.graphql.types import ObjectType, PrimaryObjectType
|
||||
from netbox.graphql.types import OrganizationalObjectType, PrimaryObjectType
|
||||
|
||||
__all__ = (
|
||||
'WirelessLANType',
|
||||
@@ -8,7 +8,7 @@ __all__ = (
|
||||
)
|
||||
|
||||
|
||||
class WirelessLANGroupType(ObjectType):
|
||||
class WirelessLANGroupType(OrganizationalObjectType):
|
||||
|
||||
class Meta:
|
||||
model = models.WirelessLANGroup
|
||||
|
||||
Reference in New Issue
Block a user