discourse/plugins/discourse-solved/spec/requests
Kris 91282252cd
UX: don't include OP in "me too" shared issue counter (#40129)
This removes the topic author from the count of the "me too" button when
`Enable solved shared issues` is enabled. This is based on some feedback
in
https://meta.discourse.org/t/solved-improvements-allowing-members-to-indicate-theyre-experiencing-a-reported-issue/402498

Now when the topic is created the counter starts at 0. 

Before:
<img width="400" alt="image"
src="https://github.com/user-attachments/assets/cefb5a84-beb6-4637-95b7-b05d9989b98b"
/>


<img width="400" alt="image"
src="https://github.com/user-attachments/assets/a0154f0b-a66a-436a-aa1a-30ca1956dada"
/>




After: 
<img width="400" alt="image"
src="https://github.com/user-attachments/assets/9b633da3-f7a9-4541-8813-d2721af5efef"
/>

<img width="400" alt="image"
src="https://github.com/user-attachments/assets/24274b52-0a23-4157-b8e2-6b793ec78324"
/>
2026-05-18 13:29:53 -04:00
..
discourse_solved UX: don't include OP in "me too" shared issue counter (#40129) 2026-05-18 13:29:53 -04:00
answer_controller_spec.rb SECURITY: add visibility check for solved endpoints 2026-03-19 15:21:28 +00:00
categories_controller_spec.rb UX: Add or remove category types with a dropdown (#39477) 2026-04-30 11:38:50 +10:00
list_controller_spec.rb DEV: add service objects for accept_answer and unaccept_answer (#37878) 2026-03-04 12:34:37 +04:00
solved_topics_controller_spec.rb DEV: Respect unlisted topic visibility in /solution/by_user (#39926) 2026-05-12 09:04:56 -05:00
topics_controller_spec.rb FIX: prevent schema leak in ineligible answer posts (#39485) 2026-04-24 15:10:08 +04:00