You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JHITranslate / i18n feature is not (completely) enabled on the website.
We resolved an issue related to non-informative error messages, that look like for example "ihiwManagementApp.upload.updated"
The fix was to change the REST endpoints to return "untranslated" entity update alerts, which pass a "false" into the createEntityUpdateAlert: return ResponseEntity.ok() .headers(HeaderUtil.createEntityUpdateAlert(applicationName, false, ENTITY_NAME, upload.getId().toString())) .body(result);
A better solution is to enable translation (i18nEnabled: false in app.module.ts), but this would bring great challenges, because most text does not have an available translation, it does not work currently.
No description provided.
The text was updated successfully, but these errors were encountered: