Fix: use api version > 7 for new custom field select format

This commit is contained in:
shamoon
2025-01-25 18:13:51 -08:00
parent 8311313e6e
commit 5066070b73
7 changed files with 131 additions and 27 deletions

View File

@@ -3,7 +3,7 @@ const base_url = new URL(document.baseURI)
export const environment = {
production: true,
apiBaseUrl: document.baseURI + 'api/',
apiVersion: '6',
apiVersion: '7',
appTitle: 'Paperless-ngx',
version: '2.14.5',
webSocketHost: window.location.host,

View File

@@ -5,7 +5,7 @@
export const environment = {
production: false,
apiBaseUrl: 'http://localhost:8000/api/',
apiVersion: '6',
apiVersion: '7',
appTitle: 'Paperless-ngx',
version: 'DEVELOPMENT',
webSocketHost: 'localhost:8000',