mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-22 06:40:54 +00:00
show sign state with colors
This commit is contained in:
InvenTree
@ -165,6 +165,7 @@ class IntegrationPlugin(MixinBase, plugin.InvenTreePlugin):
|
||||
def __init__(self):
|
||||
self.add_mixin('base')
|
||||
self.commit = self.get_plugin_commit()
|
||||
self.sign_state = 0
|
||||
|
||||
def mixin(self, key):
|
||||
return key in self._mixins
|
||||
|
Reference in New Issue
Block a user