Changes between Version 1 and Version 2 of Ticket #9995


Ignore:
Timestamp:
Mar 2, 2017, 2:51:39 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9995 – Description

    v1 v2  
    1 This ticket is to implement the idea discussed in [http://trac-hacks.org/ticket/9572#comment:14 comment:14:ticket:9572]:
     1This ticket is to implement the idea discussed in comment:14:ticket:9572:
    22
    33... define a set of permissions (`TICKET_VIEW_COMPONENT`, `TICKET_EDIT_COMPONENT`, `TICKET_VIEW_PRIORITY`, `TICKET_EDIT_PRIORITY`, `TICKET_VIEW_KEYWORDS`, `TICKET_EDIT_KEYWORDS`, ...) and associate each permission with a field so that the field is hidden from view when the user doesn't have that permission.
    4 
    5 Work will be done on my !BitBucket [https://bitbucket.org/rjollos/simpleticketplugin development fork]. The long term vision is still to implement these features into the DynamicFieldsPlugin or BlackMagicTicketTweaksPlugin.