Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

#285 closed defect (fixed)

its possible to give user same permission multiple times

Reported by: vittorio Owned by: Jonas Borgström
Priority: low Milestone: 0.7
Component: admin/console Version: devel
Severity: minor Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Trac [projects_env/]> permission add htdig LOG_VIEW
Trac [projects_env/]> permission add htdig LOG_VIEW
Trac [projects_env/]> permission list
 
User     Action
-----------------------
htdig    LOG_VIEW
htdig    LOG_VIEW

Attachments (0)

Change History (2)

comment:1 by Jonas Borgström, 20 years ago

Milestone: 0.7
Owner: changed from daniel to Jonas Borgström
Status: newassigned

The permission table is missing a UNIQUE(username, permission) directive.

comment:2 by Jonas Borgström, 20 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [449]. This change will only affect environments created by initdb or tracdb2env.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.