Closed (duplicate)
Project:
Jobtrack
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2009 at 01:12 UTC
Updated:
20 May 2009 at 16:59 UTC
We have jobtrack installed at www.daimonin.org. ATM we have 8000+ user and i we run in the problems that staff members with admin access was unable to access tickets. The client overview with all the tickets in the table works fine but when they go in the ticket the request timed out giving a error message in random modules of the core.
We tracked that down that the 2 permission settings
administer jobtrack
can assign tickets to other users
will invoke that behaviour.
Any user with that permission can't access a ticket on our system.
Because its scaling user depending i assume somewhere a buggy loop...
Comments
Comment #1
jeremy commentedIt's most likely that the module is trying to build a list of all users, and you're running out of memory or it's simply taking to long to complete. The probable solution is:
#422880: Sort 'assigned to' list by username, or make it an auto-complete field
Comment #2
jeremy commentedClosing this issue as a duplicate of the above linked ticket.