Changes between Version 9 and Version 10 of HideValsPlugin


Ignore:
Timestamp:
Apr 9, 2021, 6:58:15 AM (3 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HideValsPlugin

    v9 v10  
    55== Description
    66
    7 This plugin allows masking ticket field values (for drop-down fields) based on users/groups. Basically think of this as the big brother of the SimpleTicketPlugin. Activate the filtering on a user by giving them the `TICKET_HIDEVALS` permission. You can configure which fields to mask under the Web administration interface. All fields are hidden by default, you must explicitly allow what you want each group to see. If a user has no visible options for a field, it will be hidden entirely.
     7This plugin allows masking ticket field values (for all drop-down fields) based on users/groups. Basically think of this as the big brother of the SimpleTicketPlugin. Activate the filtering on a user or group by giving them the `TICKET_HIDEVALS` permission.
    88
     9You can configure which fields to mask under the Web administration interface. All fields are hidden by default as soon as a user has {{{TICKET_HIDEVALS}}} permissions, you must explicitly allow what you want each group to see. If a user has no visible options for a field, it will be hidden entirely.
     10
     11**Note:** filtering on the query page doesn't work for Trac >= 1.4, so it's a ticket filter plugin for those versions.
    912== Bugs/Feature Requests
    1013
     
    3740}}}
    3841
     42== Configuration
     43Here are a few examples.
     44
     45=== Custom selection of Components
     461. Create a group {{{comp}}}
     471. Give the group permission {{{TICKET_HIDEVALS}}}
     481. Assign one or more components to the group using the ''Hide Values'' admin page
     491. Add user {{{Tester}}} to group {{{comp}}}
     50
     51The user {{{Tester}}} now only sees the ''component'' drop-down box with the assigned components. All other drop-down boxes are hidden.
     52
     53If you remove the user from the group all drop-down boxes are visible again.
     54
     55=== Hide all drop-down boxes
     561. Create a group {{{hideboxes}}}
     571. Give the group permission {{{TICKET_HIDEVALS}}}
     581. Add users to group {{{hideboxes}}}
     59
     60For every user who is member of group {{{hideboxes}}} all drop-down boxes are hiden.
    3961== Recent Changes
    4062