Opened 13 years ago
Closed 11 years ago
#1714 closed task (blessed) (fixed)
Merge Closed topics too
Reported by: | alexvorn2 | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | 2.0 |
Component: | Component - Topics | Keywords: | has-patch |
Cc: |
Description
Now we can merge only open topics but why we can't merge the closed ones?
Of course there can be used a filter in the function but it would be great to add a settings option so we could merge closed topics too.
Attachments (1)
Change History (7)
#2
@
13 years ago
We can merge a closed topic with an open topic, BUT we can't merge a closed with another closed, or an opened with a closed one.
#4
follow-up:
↓ 5
@
11 years ago
I believe this was less about the technical aspects, and more about how to pick which topic properties to inherit when merging. Do we assume all the destination topic's status/visibility/forum/etc…? Or provide a UI to cherry pick between the two of them.
#5
in reply to:
↑ 4
@
11 years ago
- Keywords has-patch added; needs-unit-tests removed
Replying to johnjamesjacoby:
I believe this was less about the technical aspects, and more about how to pick which topic properties to inherit when merging. Do we assume all the destination topic's status/visibility/forum/etc…? Or provide a UI to cherry pick between the two of them.
I think if the topic is visible and status is open (publish) or closed you should be able to merge.
I was 'testing' something last night and noticed this was a very slow query and was going to open a ticket then saw this ticket and thought two birds, but now after looking at the code it isn't really relevant and would be taken care of automatically by whatever method is used in #1925.
Patch 1714.diff adds support to merge a topic into a closed topic.
I've not done much merging, but looking at the code involved, there's doesn't appear to be any reason that closed topics can't be merged. At least not in the upcoming 2.1 code.