mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
14799 dont cache report member names
This commit is contained in:
parent
35e20d156d
commit
6f9f1d9d43
@ -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