mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
14799 dont cache report member names
This commit is contained in:
parent
c88a4eeeb8
commit
d140416591
@ -52,7 +52,7 @@ class ReportModule(PythonModuleMixin, JobsMixin, ManagedFile):
|
|||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.python_name
|
return self.python_name
|
||||||
|
|
||||||
@cached_property
|
@property
|
||||||
def reports(self):
|
def reports(self):
|
||||||
|
|
||||||
def _get_name(cls):
|
def _get_name(cls):
|
||||||
|
Loading…
Reference in New Issue
Block a user