out-of-scope:update settings value lookup to include typ (#3636)

This commit is contained in:
Matthias Mair
2022-09-02 16:51:16 +10:00
committed by GitHub
parent 23edd79431
commit eaaf98f9d4
5 changed files with 17 additions and 5 deletions
+4
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."""