Actions
Bug #2684
closedclicking to edit a user causes fatal JS error in user management
Start date:
27 July 2011
Due date:
% Done:
100%
Estimated time:
Description
When clicking to edit a user the below fatal JS error occurs.
g.elements[c] is undefined
function CBmakeHttpRequest(a,b,c,d,e){...cbAddEvent(window,"load",cbInitFields)
This error is not present when debug mode and maximum error reporting is enabled as the original non-compressed copy of the JS isn't used.
Actions