Files @ 4dddb7ee8865
Branch filter:

Location: kallithea/rhodecode/public/js/pyroutes_map.js

Mads Kiilerich
user group: sort lists of current and available members by username

It was hard to navigate lists with 200 users in "random" (user_id?) order.
//Format is key == name
//    "mark_error_fixed": [ # key
//        "/mark_error_fixed/%(error_id)s", #url template 
//        [ 
//            "error_id" # list of args
//        ]
//    ], 
//
var PROUTES_MAP = {

}