Opened 12 years ago
Closed 12 years ago
#2259 closed defect (bug) (fixed)
Stick Topic Correctly When it Move
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | 2.2.3 |
Component: | Component - Topics | Keywords: | has-patch commit |
Cc: |
Description
When you move a normal or sticky topic from a forum to another , It cause some wired problems , I can't describe them very well but you can test it !
Attachments (1)
Change History (3)
#2
@
12 years ago
- Resolution set to fixed
- Status changed from new to closed
(In [4816]) In bbp_move_topic_handler(), when moving a topic from one forum to another, recalculate sticky topics for each forum, and update them accordingly. Also modify the logic used to update ancestor forums, to avoid running update routine multiple times on the same forum. Props alex-ye. Fixes #2259.
Note: See
TracTickets for help on using
tickets.
Stick topic in the new forum only when it was sticky in the old forum + Some enhancements