Fix links bug on loading issue page with query parameter

stable
Andrea Stagi 2015-05-06 08:30:38 +02:00
parent ce352fa5e3
commit a2002c1acf
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ IssuesFiltersDirective = ($log, $location, $rs, $confirm, $loading, $template, $
selectQFilter = debounceLeading 100, (value) -> selectQFilter = debounceLeading 100, (value) ->
return if value is undefined return if value is undefined
$ctrl.replaceFilter("page", null) $ctrl.replaceFilter("page", null, true)
if value.length == 0 if value.length == 0
$ctrl.replaceFilter("q", null) $ctrl.replaceFilter("q", null)