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