“AI 검색 발견” 설정을 켜고 끄지 않습니다

I know there is a setting in my interface preferences, but somehow it doesn’t work for me:


It says “saved changes” but the value in the database is still “true”, so after a reload it shows as enabled again.

1개의 좋아요

Strange. Have you tried seeing it in rails?

How do I do that? Meta is not my forum

1개의 좋아요

I feel hesitant to use modifyClass but wasn’t able to come up with a better way :thinking: (cc @david / @cvx)

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

1개의 좋아요

Indeed, modifyClass is not ideal, especially in a core plugin.

The best thing would be to introduce a new valueTransformer in core, so that we have a ‘supported’ way to do this kind of thing.

3개의 좋아요

How about this?

https://github.com/discourse/discourse/pull/36658/changes/e3a16f952b7283a4365adc1b097d6960e40c93d7

3개의 좋아요

Thank you. It’s finally disabled :confetti_ball: