Brave Linux, Meta theme. Unsure if this is intentional but it doesn’t look right
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.
Here is a quick look to help figure out the issue before bed.
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.
This makes me think of Category names missing on group permissions page. Both lost the text, so maybe it’s the same issue.
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
@joffreyjaffeux 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?
That should fix it:
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.