Opened 19 years ago
Closed 19 years ago
#2508 closed enhancement (fixed)
Make Comment Purging Warning More Informative
Reported by: | schestowitz | Owned by: | robmiller |
---|---|---|---|
Milestone: | 2.1 | Priority: | lowest |
Severity: | normal | Version: | 2.0 |
Component: | Administration | Keywords: | bg|has-patch bg|tested bg|commit |
Focuses: | Cc: |
Description
(nightly 25-02-2006) When viewing comments in 'mass edit' mode, deletion of comments is a common and risky task. However, the prompt that appears when deleting all selected items does not include the number of selected items. I suggest making it more verbose. User confidence and usability could be improved here, in line with other applications, e.g. mail clients.
Attachments (2)
Change History (12)
#2
@
19 years ago
Patch working fine on my local install.
There's a minor issue, I guess, with the plural form of "comment" when deleting just one comment, although why a user would check use the mass editing mode to delete just one comment I don't know.
Also, whilst changing this it struck me as a bit strange that the form can be submitted when there are 0 comments checked. Perhaps with this new functionality we can do
if(numchecked == 0) return false; else return confirm("blah blah...");
?
+1.