Restrict fields visible to users without TICKET_MODIFY permission
Reported by: |
chris.nelson.1022@… |
Owned by: |
|
Priority:
|
normal
|
Milestone:
|
|
Component:
|
general
|
Version:
|
|
Severity:
|
normal
|
Keywords:
|
|
Cc:
|
ryan.j.ollos@…
|
Branch:
|
|
Release Notes:
|
|
API Changes:
|
|
Internal Changes:
|
|
Add support for a public_fields
option in the [ticket]
section of trac.ini
. When missing or set to all
, all fields are shown to all users. When set to a list of field names, only shows those fields (in addition to owner, reporter, and description) to users without TICKET_MODIFY
permission.
Change History
(5)
Milestone: |
next-dev-1.1.x
|
Resolution: |
→ duplicate
|
Status: |
new → closed
|
Reporter: |
changed from Chris.Nelson@… to chris.nelson.1022@…
|
Patch to implement public_fields option