Skip to content

Commit

Permalink
don't show hidden steps
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Dec 3, 2014
1 parent 077f692 commit 37331aa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@ class _buildsummary extends Controller('common')

$scope.isStepDisplayed = (step) ->
if details == EVERYTHING
return true
return !step.hidden
else if details == ONLY_NOT_SUCCESS
return not step.results? or step.results != 0
else if details == NONE
Expand Down

0 comments on commit 37331aa

Please sign in to comment.