Opened 14 years ago
Closed 14 years ago
#2259 closed defect (bug) (fixed)
Stick Topic Correctly When it Move
| Reported by: | alex-ye | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.3 |
| Component: | Component - Topics | Version: | 2.2.3 |
| Severity: | normal | 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
@
14 years ago
- Resolution → fixed
- Status new → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Stick topic in the new forum only when it was sticky in the old forum + Some enhancements