#12947 closed enhancement (fixed)
Fine-grained control of TICKET_EDIT_CC for new tickets
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.3.3 |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
The behavior user can edit CC field for new ticket without possessing |
Description
Users can edit the CC field when creating a ticket even if they don't have TICKET_EDIT_CC
. In some instances it would be nice to have fine-grained control of this behavior. As in #8778 and #12719, it might be possible to move the access control to the permission policy, so that users can customize the behavior by replacing DefaultTicketPolicy
.
Attachments (0)
Change History (4)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
Added test coverage and fixed defect in proposed change: [926d0a1d9/rjollos.git].
comment:3 by , 7 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Committed to trunk in r16382.
comment:4 by , 5 years ago
Behavior was changed in #13093.
Proposed change: [e6f2bdb1d/rjollos.git]. I'll look at adding test coverage.