RED-3800 hotfix

This commit is contained in:
Timo Bejan 2023-06-16 18:36:11 +03:00
parent d288f9c7bc
commit 143fb8d298
2 changed files with 3 additions and 2 deletions

View File

@ -105,6 +105,7 @@ export class DictionaryService extends EntitiesService<IDictionary, Dictionary>
dictionaryEntryType = DictionaryEntryTypes.ENTRY,
) {
const entriesToAdd: Array<string> = [];
entries = entries.map(e => e.trim());
const initialEntriesSet = new Set(initialEntries);
let hasInvalidRows = false;
for (let i = 0; i < entries.length; i++) {

View File

@ -1,7 +1,7 @@
{
"ADMIN_CONTACT_NAME": null,
"ADMIN_CONTACT_URL": null,
"API_URL": "https://basf.redactmanager.com/redaction-gateway-v1",
"API_URL": "https://red-staging.iqser.cloud/redaction-gateway-v1",
"APP_NAME": "RedactManager",
"AUTO_READ_TIME": 3,
"BACKEND_APP_VERSION": "4.4.40",
@ -11,7 +11,7 @@
"MAX_RETRIES_ON_SERVER_ERROR": 3,
"OAUTH_CLIENT_ID": "redaction",
"OAUTH_IDP_HINT": null,
"OAUTH_URL": "https://basf.redactmanager.com/auth/realms/redaction",
"OAUTH_URL": "https://red-staging.iqser.cloud/auth/realms/redaction",
"RECENT_PERIOD_IN_HOURS": 24,
"SELECTION_MODE": "structural",
"MANUAL_BASE_URL": "https://docs.redactmanager.com/preview",