mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-03 20:20:58 +00:00
out-of-scope:update settings value lookup to include typ (#3636)
This commit is contained in:
@ -1329,6 +1329,8 @@ class InvenTreeSetting(BaseInvenTreeSetting):
|
||||
},
|
||||
}
|
||||
|
||||
typ = 'inventree'
|
||||
|
||||
class Meta:
|
||||
"""Meta options for InvenTreeSetting."""
|
||||
|
||||
@ -1642,6 +1644,8 @@ class InvenTreeUserSetting(BaseInvenTreeSetting):
|
||||
},
|
||||
}
|
||||
|
||||
typ = 'user'
|
||||
|
||||
class Meta:
|
||||
"""Meta options for InvenTreeUserSetting."""
|
||||
|
||||
|
Reference in New Issue
Block a user