כפתור "סמן כפתרון" חסר בהודעות קבוצתיות

In group messages, the “Mark as Solution” button—provided by the discourse‑solved plugin—is no longer visible to users who previously had access to it. The button still appears correctly in topics:

This is a group message where we had used the button in the past and shows there’s a Solution, but the button to enable/disable is no longer there:

Is this a recent change or a bug, and is there any way to restore the button in group messages?

3 לייקים

Are you saying it used to work for you in group personal messages? I have not seen that before and thought it was not possible, as per this other topic:

Interesting, based on that topic asking to offer the solved/unsolved filter in inboxes, I would expect the user was already using the solved plugin in inboxes. So I assume it worked when the feature was requested. Why do you conclude that it didn’t work at all?

מסכים. אני לא רואה איך זה יכול להיות מופעל עבור הודעות קבוצתיות. אולי זה היה נושא שנפתר, ואז הומר להודעה? מה קורה במקרה כזה?

כן! תלוי בגרסה המותקנת. עדכון מ-3.4.0.beta3-dev ל-3.5.0.beta7-dev מסיר תכונה זו

כך זה עובד ב-3.4.0.beta3-dev:

The image shows an email thread passage indicating that a problem with a logo has been resolved and asks if there are any other issues, with a comment suggestion to select the reply if the issue was solved. (Captioned by AI)

תודה!

לייק 1

There was a change in February: FIX: don't allow or count solutions in PMs by ZogStriP · Pull Request #334 · discourse/discourse-solved · GitHub

Pretty straightforward, this ensures we don’t allow users to mark a post as a solution in a PM.

This also ensures we don’t count solutions in topics that were converted to a PM.

Internal ref t/146766

לייק 1

האם זה באמת מכוון? לפחות זה צריך להיות זמין להודעות קבוצתיות

לייק 1

אני חושב שיש להעביר את זה מ-Support ל-Bug או Feature.

מכיוון שזה עבד עד פברואר ועכשיו כבר לא עובד, הייתי בוחר ב-Bug.

2 לייקים

העברתי את זה ל-Feature, מכיוון שהשינוי הזה היה מכוון.

@Gerard_Cobas, תוכל לשתף יותר על מקרה השימוש שלך?

2 לייקים

I do see two other related requests as well

I’ll do some topic merging in a bit, but in the meantime, continuing the discussion here is fine.

2 לייקים

השני עוסק בהוספת מסנן פתור/לא פתור, אשר כמובן דורש את ה-solved plugin בתיבות כניסה קבוצתיות. אבל זו בקשה שונה.

לייק 1

Hi Dave, thanks for picking this up!

A bit of context on our side: we use group private messages as shared inboxes for support, following a pattern similar to what’s described here: Use Discourse as a private support ticket system

Our support agents rely on the “Mark as Solution” button to indicate when an issue has been resolved. This serves two purposes:

  1. Internally, it helps the team quickly identify and close resolved conversations.
  2. Programmatically, it acts as a trigger. We have a webhook set up (e.g., /admin/api/web_hooks/38/edit) that fires when a post is marked as a solution, syncing with our backend system.

Group PMs are core to our support workflow, and we handle a significant number of account-specific topics, which makes public topics unsuitable.

The solution marker is more than just a UI element. It is part of our internal process, and without it, agents can’t properly close tickets or trigger the automation that depends on it.

Even though it’s a small change on the surface, it breaks a critical part of our workflow, so we’d really appreciate a reconsideration or an alternate approach.

Thanks!

2 לייקים

I decided to keep those two topics open and retitle them as they are both more specific requests, although they both depend on this one.

לייק 1

Thanks for the extra context, Gerard.

Allowing solutions on group messages feels like a bit of an accidental feature, but I understand better why you were relying upon it now, and I see evidence that others were doing the same in those linked features.

Given that, I’m thinking it may make sense to make it more explicit to enable this feature in the solved plugin with a new like allow_solved_on_group_messages (bool, default disabled) or allow_solved_in_groups (group list, default empty).

The latter would also address Enable solved plugin for specific groups inboxes

I’ll see what others think about these options or other alternatives.

6 לייקים

It could also be a setting in the group configuration.

Then you can enable it in the place where you enable the group inbox. The Assign plugin also adds a setting there:

2 לייקים