fix plugins and modules dataviews

This commit is contained in:
Nick Sweeting 2024-09-06 06:14:18 -07:00
parent ca41d033da
commit 31576e21a2
No known key found for this signature in database
3 changed files with 24 additions and 37 deletions

View file

@ -39,6 +39,10 @@ class BasePlugin(BaseModel):
def id(self) -> str:
return self.__class__.__name__
@property
def name(self) -> str:
return self.app_label
@computed_field
@property
def plugin_module(self) -> str: # DottedImportPath