Opened 6 months ago
Closed 6 months ago
#8045 closed enhancement (fixed)
Make the comment field mandatory when performing a batch modify
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Trac | Keywords: | |
| Cc: |
Description
Batch modifications can be pretty confusing or alarming because it's not easy to understand why something was changed. What changed is detailed appropriately in the email and comment left on the updated tickets, but unless a comment is included in the field, the why is not.
When performing a batch modify, the comment field should be required so that contributors are forced to add context and justification to clarify why the modifications are being made.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Unlike #8044, enforcing this through our JS to add a
requiredattribute is simple enough and would solve both tickets.