mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
Prevent creation of setting when calculating plugin hash (#8118)
This commit is contained in:
parent
83d2624a45
commit
26d7cd3d48
@ -768,7 +768,7 @@ class PluginsRegistry:
|
||||
|
||||
for k in self.plugin_settings_keys():
|
||||
try:
|
||||
val = get_global_setting(k)
|
||||
val = get_global_setting(k, create=False)
|
||||
msg = f'{k}-{val}'
|
||||
|
||||
data.update(msg.encode())
|
||||
|
Loading…
x
Reference in New Issue
Block a user