• Sean McGivern's avatar
    Fix milestone references with HTML entities in the name · 17b97bf0
    Sean McGivern authored
    When a milestone name contained an HTML entity that would be escaped (&,
    <, >), then it wasn't possible to refer to this milestone by name, or
    use it in a quick action.
    
    This already worked for labels, but not for milestones. We take care to
    re-escape un-matched milestones, too.
    17b97bf0
milestone_reference_filter_spec.rb 14.8 KB