2
0
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:
Matthias Mair
2022-09-02 08:51:16 +02:00
committed by GitHub
parent 23edd79431
commit eaaf98f9d4
5 changed files with 17 additions and 5 deletions

View File

@ -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."""