주제로 전환 아이콘이 없습니다

When you make a PM into a topic the :speech_balloon: icon seems to be missing as you can see in the image below.

image
This is in the topic :wrench: admin actions in a PM

3개의 좋아요

oh it’s there all right, it’s just not showing because of some shenanigans, possibly fontawesome 6 not being awseome… :thinking: lol

Thanks for the heads up!

2개의 좋아요

I just converted this to a PM and back to a topic and it seems the icon appears correctly? :thinking:

it looks like this is expecting a different icon for some reason…

edit: looking at the code for small actions, it appears it falls back to “exclamation” when a matching icon can’t be found… but the public_topic does have an icon defined… the plot thickens

3개의 좋아요

I’m not sure that’s ever worked on our forum, we have many silly posts that were made into actions as a joke, and none of those have icons visible.

1개의 좋아요

That happens because Meta is a public site. The action code is different in that case.

There is different text when login required is enabled.

I think the problem is that while there is an icon for “public_topic”, there is no icon defined for “open_topic”.

4개의 좋아요

Ah that explains it! thanks for figuring that out

This PR will add the icon:

https://github.com/discourse/discourse/pull/30586

5개의 좋아요