mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-23 16:06:43 -06:00
change name field from @property to @classproperty
This commit is contained in:
parent
786f0cc7f3
commit
6100cea251
@ -120,7 +120,7 @@ class Report(object):
|
||||
def full_name(self):
|
||||
return f'{self.module}.{self.class_name}'
|
||||
|
||||
@property
|
||||
@classproperty
|
||||
def name(self):
|
||||
"""
|
||||
Override this attribute to set a custom display name.
|
||||
|
Loading…
Reference in New Issue
Block a user