Edgewall Software

Changes between Initial Version and Version 1 of Ticket #3873


Ignore:
Timestamp:
Oct 6, 2006, 9:19:22 AM (18 years ago)
Author:
Christian Boos
Comment:

Right, the error message could be more "friendly".

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3873

    • Property Milestone0.10.1
    • Property Severity normalminor
  • Ticket #3873 – Description

    initial v1  
    11I received an internal error when trying to assign an already assigned admin permission to a subject. I would have expected an error message informing me the permission was already assigned. Here is the trace log:
    22Python Traceback
    3 
     3{{{
    44Traceback (most recent call last):
    55  File "/usr/local/python/lib/python2.4/site-packages/trac/web/main.py", line 339, in dispatch_request
     
    2222    return function(self, *args, **kwargs)
    2323IntegrityError: columns username, action are not unique
     24}}}