#8004 closed defect (fixed)
Cannot search if an admin
Reported by: | Owned by: | Roberto Longobardi | |
---|---|---|---|
Priority: | normal | Component: | TestManagerForTracPlugin |
Severity: | critical | Keywords: | crash admin search |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
Installed the TestManager plugins globally (installed using easy_install, followed by trac-admin /path/to/trac update
), and enabled in trac.ini as so:
tracgenericclass.* = enabled tracgenericworkflow.* = enabled testmanager.* = enabled
If a non-admin makes any search with these lines uncommented (i.e., plugin is enabled), they get the attached error.
This has been worked around by making all our users admins, but this is not ideal.
Attachments (3)
Change History (10)
Changed 14 years ago by
Attachment: | Screen shot 2010-11-08 at 14.14.18.png added |
---|
comment:1 Changed 14 years ago by
comment:3 Changed 14 years ago by
:) I live in a control room with all of my trac-hacks tickets flashing on a giant wall, I was out at the moment but I have track-hacks page me on each ticket ;-) (kidding of course... I was just casually checking my mail :-))
comment:4 Changed 14 years ago by
Status: | new → assigned |
---|
I have fixed the problem, please find in attachment the file api.py containing the fix to be replaced into:
tracgenericclass/trunk/tracgenericclass
Please, let me know if this works.
Ciao, Roberto
comment:5 Changed 14 years ago by
To download the file in original text format, use the following link: api.py
comment:7 Changed 11 years ago by
Description: | modified (diff) |
---|
Hi david, could you please retry to attach the screenshot, as it appears to be corrupted.
Please try to use a short name without blanks... I think the problem may be with the old Trac version that the trac-hacks site uses, whic is 0.10.
In the meantime I'm trying to reproduce the problem.