Empty form to create exporter #4831
Replies: 4 comments
-
|
Not reproducible with latest version of archive code
|
Beta Was this translation helpful? Give feedback.
-
|
Clear the browser cache, checked on the latest git branch (clean installation). Perhaps you have already registered "current_language" in the correct format, which does not lead to an error, so for example, to bypass the error from the console set the value in localstorage and everything worked. and I always used the secure version, but I didn't check the non-secure one. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
and code: in: can only be used to utilization processor time on the client, because the variable currentSavedLanguage is no longer used in this function. |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
-
Hi.

dcm4chee-arc-light 5.34.2 pgsql security=all
When try create exporter from ui2, get empty form and error in console:
b'cose curent_language in localStorage not in json format.
comment in dcm4chee-arc-ui2/src/app/widgets/dialogs/create-exporter/create-exporter.service.ts
// const currentSavedLanguage = <LocalLanguageObject> JSON.parse(localStorage.getItem('current_language'));resolve this, such as in other files comment this line (device-configurator.service.ts
//const currentSavedLanguage = <LocalLanguageObject> JSON.parse(localStorage.getItem('current_language'));)Beta Was this translation helpful? Give feedback.
All reactions