mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03:25:42 +00:00
tmp fix for recurtion
This commit is contained in:
@ -375,10 +375,8 @@ class InvenTreePlugin(VersionMixin, MixinBase, MetaBase):
|
||||
@property
|
||||
def settings_url(self):
|
||||
"""URL to the settings panel for this plugin."""
|
||||
from plugin.registry import registry
|
||||
|
||||
if registry.is_loading:
|
||||
return None
|
||||
# TODO @matmair fix before MErge
|
||||
return ''
|
||||
|
||||
config = self.plugin_config()
|
||||
if config:
|
||||
|
Reference in New Issue
Block a user