טקסט חסר בממשק המשתמש של Data Explorer

In this screenshot, you can see that the table headers for “Query”, “Created By” and “Last Run At” are missing:

If you look at the code, anything defined with labelKey in .hbs is not showing up:

but text defined with {{i18n}} is showing up fine:

I tried replacing instances of labelKey with label and that didn’t fix it. @gerhard, is this a known issue or could it be related to this recent change?

3 לייקים

No, this must be a different issue. Maybe due to changes to https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/app/components/directory-toggle.js?

5 לייקים

Issue fixed by replacing directory-toggle with table-header-toggle - PR:

6 לייקים