2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00

feat(backend): Add instance id for linked data plugins (#9087)

* feat(backend): Add instance id for linked data plugins

* add to settings ui

* fix ref name

* add test

* fix default

* remove wrong key

* fix serializer

* fix patching
This commit is contained in:
Matthias Mair
2025-02-18 08:58:46 +01:00
committed by GitHub
parent 1d0540948f
commit c314a4575d
6 changed files with 52 additions and 1 deletions

View File

@ -42,6 +42,8 @@ export default function SystemSettings() {
keys={[
'INVENTREE_BASE_URL',
'INVENTREE_COMPANY_NAME',
'INVENTREE_INSTANCE_ID',
'INVENTREE_ANNOUNCE_ID',
'INVENTREE_INSTANCE',
'INVENTREE_INSTANCE_TITLE',
'INVENTREE_RESTRICT_ABOUT',