Texto dos tópicos principais ausente

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

image

2 curtidas

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 curtidas

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 curtidas

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

2 curtidas

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 curtida

@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 curtidas

That should fix it:

6 curtidas

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