Files @ 658ccf9727ef
Branch filter:

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

Mads Kiilerich
setup_rhodecode: fix --force-no - force_ask is tri-state

Missed in 260a7a01b.
//Format is key == name
//    "mark_error_fixed": [ # key
//        "/mark_error_fixed/%(error_id)s", #url template 
//        [ 
//            "error_id" # list of args
//        ]
//    ], 
//
var PROUTES_MAP = {

}