0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-05 18:09:26 +08:00
discourse/spec/services/nested_topic
Mark VanLandingham 2a8b9ca99e
FIX: Restore nested post moderation affordances (#41475)
### What changed

Nested replies now restore the moderation affordances reported in the
bug
https://meta.discourse.org/t/nested-replies-flagging-and-staff-color-has-no-effect/406636?u=markvanlan:

- wires the OP flag action into `PostMenu`, so the OP / first post can
open the regular flag modal from nested view
- renders official post notices in nested OP and nested reply posts
- applies the existing staff-color/moderator post styling in nested OP
and nested reply posts
- includes staff notice creator data in nested post serialization,
matching flat topic serialization
- makes `PostNotice.shouldRender` ignore transient non-object notice
values while a notice save is in flight
2026-07-07 07:51:05 -05:00
..
convert_category_spec.rb FEATURE: Add nested replies category conversion (#41236) 2026-07-06 08:22:22 -05:00
list_children_spec.rb
list_roots_spec.rb FIX: Restore nested post moderation affordances (#41475) 2026-07-07 07:51:05 -05:00
show_context_spec.rb FIX: Properly open threads when clicking nested notifications (#39890) 2026-05-11 13:04:08 -05:00
toggle_pin_spec.rb DEV: Fix flaky nested-topic specs (#40078) 2026-05-15 18:55:50 +02:00
toggle_spec.rb