Modify

Opened 10 years ago

Closed 6 years ago

#12014 closed enhancement (fixed)

Move away from using TRAC_ADMIN

Reported by: Keluri Owned by: Jun Omae
Priority: normal Component: TracWorkflowAdminPlugin
Severity: normal Keywords: permissions
Cc: Trac Release:

Description

I'd like to request that this plugin move away from using the rather vague 'TRAC_ADMIN' permission to something more specific, such as a custom 'WORKFLOW_ADMIN' permission.

I maintain a Trac installation where there's a group of users who have the ability to change project settings (for things like tickets, timelines, and the wiki), but not core settings (such as logging and user permissions). When installing this plugin, I had to modify the main class in web_ui.py to use a custom permission.

Attachments (0)

Change History (6)

comment:1 Changed 10 years ago by Jun Omae

I don't want to add a new permission. However, changing TRAC_ADMIN to TICKET_ADMIN is okay to me.

comment:2 Changed 10 years ago by Ryan J Ollos

I think it is a good choice to not add more permissions. Anyone wanting more fine-grained access control can use TracFineGrainedPermissions.

comment:3 in reply to:  2 Changed 10 years ago by Ryan J Ollos

Replying to rjollos:

I think it is a good choice to not add more permissions. Anyone wanting more fine-grained access control can use TracFineGrainedPermissions.

After closer look, some modifications appear to be needed to support TracFineGrainedPermissions: tracworkflowadminplugin/0.12/tracworkflowadmin/web_ui.py@14210:129,134#L126. The changes needed are similar to comment:1:ticket:11826.

comment:4 Changed 10 years ago by Jun Omae

In 14211:

tracworkflowadmin: allow fine-grained access to the workflow admin panel (refs #12014)

comment:5 in reply to:  1 Changed 6 years ago by Ryan J Ollos

Replying to Jun Omae:

However, changing TRAC_ADMIN to TICKET_ADMIN is okay to me.

Using TICKET_ADMIN sounds good to me.

comment:6 Changed 6 years ago by Jun Omae

Resolution: fixed
Status: newclosed

In 17145:

tracworkflowadmin: use TICKET_ADMIN rather than TRAC_ADMIN (closes #12014)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jun Omae.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.