Opened 13 years ago
Closed 13 years ago
#21609 closed defect (bug) (fixed)
Duplicate comments should be allowed under different comment_parent
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Comments | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Scenario: A post has several top-level comments. A user treating these as tasks wishes to mark them done by replying to each comment, "Done." The user is forced to vary the "done" reply each time.
Duplicate comment detection prevents accidental re-submission. When comment_parent differs, this probably indicates the user's intention to post the same comment a second time.
Attachments (2)
Change History (9)
#3
@
13 years ago
Related: #9775 (which wasn't actually fixed in [13434] as ticket:9775:12 assumed, since there's still no way to get around the check).
#4
@
13 years ago
- Keywords commit added
- Milestone changed from Awaiting Review to 3.5
I know these values are "safe" but it would be nice if we also prepared these queries.
#5
@
13 years ago
21609.2.patch prepares the queries.
Note: See
TracTickets for help on using
tickets.
Add comment_parent to duplicate comment check