نص الموضوعات الرائدة مفقود

Brave Linux, Meta theme. Unsure if this is intentional but it doesn’t look right

image

إعجابَين (2)

Hmm, I’m seeing the same thing on the default theme.

There’s an element for the name, but it’s empty!

This doesn’t seem intentional to me, some I’m going to move it to bug for now.

5 إعجابات

Here is a quick look to help figure out the issue before bed. :smile:

displayName doesn’t exist. There is a name field instead.

The changes happen in this commit:

It seems to miss the getters in the context of user summary since the data is retrieved from /summary.json.

Maybe mapping top_categories with Category.create() or a basic specific class would be okay.

4 إعجابات

This makes me think of Category names missing on group permissions page. Both lost the text, so maybe it’s the same issue.

إعجابَين (2)

Seems like it could possible be a result of then same issue but it’s in a different area. Not going to pretend like I know how Discourse works so I can’t input on that really

إعجاب واحد (1)

@j.jaffeux this and Category names missing on group permissions page look like regressions from DEV: allows to alter category name/description (#28263) · discourse/discourse@c197daa · GitHub

categoryName is returning an empty string, looks like these couple of places aren’t working with the new displayName getter?

4 إعجابات

That should fix it:

6 إعجابات

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.