discourse-solved/spec
Natalie Tay 4d20d83374
FIX: User directory for solutions should update when value changes from positive value to zero (#372)
# bug
If John created a post which is a solution in March, the user directory would show that John solution = 1.
In April, if John has not solved a topic, he would still have solution = 1 in the user directory.

# fix
reset solutions to 0 before updating
2025-06-11 10:46:36 +08:00
..
components DEV: Fix new Rubocop offenses 2024-03-06 10:25:26 +01:00
fabricators DEV: Move solved custom fields into a table (#342) 2025-03-25 14:51:32 +08:00
integration FIX: Accepting another answer does not commit (#360) 2025-04-07 11:42:36 +08:00
lib DEV: Autoload and segregate features to prep for migration (#341) 2025-03-21 11:45:19 +08:00
models FIX: User directory for solutions should update when value changes from positive value to zero (#372) 2025-06-11 10:46:36 +08:00
requests FEATURE: apply plugin modifier for answers controller rate limiting (#369) 2025-05-22 11:07:07 -05:00
serializers FIX: Standardise the definition of what a solution is (#352) 2025-03-28 09:49:02 +08:00
system DEV: Add compatibility with the Glimmer Post Stream (#363) 2025-05-05 15:12:39 -03:00