User types are randomly ordered in drop down
Description
Attachments
Activity

Brian J. May 2, 2014 at 3:33 PM
verified on nightly (trunk, 10x, 2.9.x)

Matthew Jones August 30, 2013 at 3:21 PM
I committed this, it can be verified on nightly

David Horwitz April 25, 2013 at 2:25 AM
Here is the source of the dropdow (formatted for legibillity)
<select id="userlistForm:selectType" name="userlistForm:selectType" size="1" title="Select user type to filter by." style="width: 160px;"> <option value="All" selected="selected">All</option>
<option value="Inactive">Inactive</option>
<option value="staff">staff</option>
<option value="inactiveStaff">inactiveStaff</option>
<option value="student">student</option>
<option value="offer">offer</option>
<option value="inactiveThirdparty">inactiveThirdparty</option>
<option value="guest">guest</option>
<option value="inactiveStudent">inactiveStudent</option>
<option value="thirdparty">thirdparty</option>
<option value="user">user</option>
<option value="webctImport">webctImport</option>
<option value="admin">admin</option>
<option value="associate">associate</option>
<option value="special">special</option>
<option value="pace">pace</option>
<option value="(no type)">(no type)</option></select>

David Horwitz April 25, 2013 at 2:22 AM
Sorry the js in the drop down grabs so many keys I can't get screenshot
Neal Caidin April 17, 2013 at 12:25 PM
Can you provide a screenshot or something more descriptive about where the drop down is located?
Details
Details
Priority
Affects versions
Fix versions
Components
Assignee
Reporter

The types in the dropdown are randomly ordered. This is not obvious in the default data set with 2 types but is evident in prodution systems with different types defined