-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kibana i18n Setting Leads to Unknown saved object type Warning #52165
Comments
Pinging @elastic/kibana-stack-services (Team:Stack Services) |
Pinging @elastic/kibana-app (Team:KibanaApp) |
Seems like this is actually a @elastic/kibana-platform or @elastic/kibana-app issue, as the saved object management page is using the translated name to do the saved object lookup. |
@elastic/kibana-platform I relabelled this correctly since you own the saved objects UI (sorry for wrong initial labeling). I just closed #52244 which fixed this by removing i18n again from those places. I don't think this is the viable solution and we rather want to fix the saved object page, to not use localized strings for any comparison anymore :-) |
The translated title was 'fixed' by #61700 in 7.8+ However I cannot reproduce the issue even on the 7.6 branch. This was likely already fixed on a previous 7 minor. |
Closing, as solved on 7.6+ |
Kibana version:
6.8.4
Elasticsearch version:
6.8.4
Server OS version:
centos 7.5
Browser version:
safari
Browser OS version:
macos 10.14.6
Original install method (e.g. download page, yum, from source, etc.):
yum
Describe the bug:
when switched to zh-CN using i18n setting in kibana.yml, there is a warning message coming up when browsing saved objects in kibana management section. This is caused by the i18n translation of the savedDashboard's title in savedObjectManagementRegistry(src/legacy/core_plugins/kibana/public/dashboard/saved_dashboard/saved_dashboards.js).
Steps to reproduce:
Expected behavior:
There will be a warning message which means the Dashboard is an unknown type of saved object.
Screenshots (if relevant):
Errors in browser console (if relevant):
No errors in console
Provide logs and/or server output (if relevant):
Any additional context:
The text was updated successfully, but these errors were encountered: