Skip to content

Commit

Permalink
tmp fix for recurtion
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair committed Oct 28, 2024
1 parent c7cffbe commit f4a0438
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/backend/InvenTree/plugin/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,8 @@ def package_install_name(self) -> [str, None]:
@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:
Expand Down

0 comments on commit f4a0438

Please sign in to comment.